Skip to content

Python boto3 interacts with the lower-level module botocore which acts as an intermediary to access the cloud resources such as the Elastic Compute Cloud service (EC2). In this case, botocore translates the upper-level instructions from boto3 to HTTPS API calls directed to the endpoints of the EC2 service. Then, this service answers with xml

License

Notifications You must be signed in to change notification settings

kelly398/Creating-EC2-instances-with-BOTO3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Creating-EC2-instances-with-BOTO3

programmatically deploy EC2 resources using AWS python boto3 with python scrypt. python script will perform the following sub-tasks: • The script will retrieve the identifications (subnet IDs) of the six subnets in the default virtual private cloud (VPC). • Then using subnet IDs, the same script will deploy one EC2 instance per each subnet. • The deployment of the EC2 will include User Data to configure httpd websites. • The website landing page should say Hi from (VM’s hostname) • Finally, the script will list the identification of the EC2 (instance IDs), the subnet Id the instance is deployed to and instance’s private IPv4 address.

About

Python boto3 interacts with the lower-level module botocore which acts as an intermediary to access the cloud resources such as the Elastic Compute Cloud service (EC2). In this case, botocore translates the upper-level instructions from boto3 to HTTPS API calls directed to the endpoints of the EC2 service. Then, this service answers with xml

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages