This README provides information about the project.
Automating the creation of AWS AMIs involves the following steps:
- Get a list of all instances.
- Identify instances based on certain conditions (e.g., tag == your_tag).
- Create an AMI using CLI commands for the identified instances.
The input file is separated by blank spaces and includes the following fields:
- f1: AWS region
- f2: AWS profile
- f3: Project name tag
The script generates a report containing the following information:
- Instance ID
- Instance name
- AMI ID
To execute the script, follow these steps:
./your_script.sh
If you'd like to contribute to this project, follow these steps:
- Fork the repository
- Create a new branch:
git checkout -b feature
- Make your changes
- Commit your changes:
git commit -am 'Add feature'
- Push to the branch:
git push origin feature
- Submit a pull request
This project is licensed under the MIT License.