Michael Pietroforte
Blogs, Articles, and Posts
Create an Amazon Machine Image (AMI) of an EC2 instance with a Bash and PowerShell script
(4sysops.com)
The provided Bash and PowerShell script helps automate the creation of Amazon Machine Images (AMIs)
By: Michael Pietroforte submitted:Jan 5 2024
The provided Bash and PowerShell script helps automate the creation of Amazon Machine Images (AMIs)
from existing AWS Elastic Compute Cloud (EC2) instances. This is particularly useful for creating point-in-time backups or disaster recovery. I mostly use the script to quickly clone an EC2 instance for testing or troubleshooting.
By: Michael Pietroforte submitted:Jan 5 2024
Launch EC2 instance from an AMI with a Bash and PowerShell script
(4sysops.com)
In my previous post, I shared a Bash and PowerShell script that enables you to swiftly generate an
By: Michael Pietroforte submitted:Jan 12 2024
In my previous post, I shared a Bash and PowerShell script that enables you to swiftly generate an
Amazon Machine Image (AMI) from an EC2 instance. In this post, I will be explaining how you can promptly launch an EC2 instance using the AMI.
By: Michael Pietroforte submitted:Jan 12 2024