How do I install software from an Amazon S3 bucket on an Amazon EC2 instance?
2 minute read
0
I want to install software that I store in my Amazon Simple Storage Service (Amazon S3) bucket on my Amazon Elastic Compute Cloud (Amazon EC2) instance.
Resolution
To automate software deployment between an S3 bucket and an EC2 instance, use Distributor, a capability of AWS Systems Manager.
Use the Advanced workflow for software that's already stored in Amazon S3. The Advanced workflow gives you granular control over package configuration, custom scripts, and multiplatform support. Use the Simple workflow for straightforward installations. The Simple workflow is automated, but you must reupload software through the AWS Management Console.