Giter Club home page Giter Club logo

kelly398 / creating-ec2-instances-with-boto3 Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 19 KB

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: GNU General Public License v3.0

Python 100.00%
boto3 boto3-script ec2 ec2-instance

creating-ec2-instances-with-boto3's Introduction

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.

creating-ec2-instances-with-boto3's People

Contributors

kelly398 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.