Skip to content

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.

Prerequisites:

Create the software package

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.

To create the package, use the Advanced workflow, or use the Simple workflow.

Deploy the software package

To deploy the package, configure a one-time installation, or schedule the packet installation.

Related information

Create a package in Distributor

Install or update Distributor packages

AWS OFFICIALUpdated 6 months ago