Skip to content

guanlinau/DevOps-Automate-configuring-EC2-Server-Instances-tags-by-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Automate configuring EC2 Server Instances tags by python

Technologies used:

AWS Git, Python, Boto3

Project Description:

1-Create 2 ec2 instance in sydney region as production environment and 2 ec2 instance in melbourne region as development environment manually.

2-Write a Python script that automates adding environment tags to all EC2 Server instances

Instruction:

1- create requirements.txt in the dir folder and add boto3nto requirements.txt

pip freeze > requirements.txt

6- install boto3

pip install -r requirements.txt

7- run the main.py

python main.py

About

Automate configuring EC2 Server Instances tags by python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages