Sélectionner vos préférences de cookies

Nous utilisons des cookies essentiels et des outils similaires qui sont nécessaires au fonctionnement de notre site et à la fourniture de nos services. Nous utilisons des cookies de performance pour collecter des statistiques anonymes afin de comprendre comment les clients utilisent notre site et d’apporter des améliorations. Les cookies essentiels ne peuvent pas être désactivés, mais vous pouvez cliquer sur « Personnaliser » ou « Refuser » pour refuser les cookies de performance.

Si vous êtes d’accord, AWS et les tiers approuvés utiliseront également des cookies pour fournir des fonctionnalités utiles au site, mémoriser vos préférences et afficher du contenu pertinent, y compris des publicités pertinentes. Pour accepter ou refuser tous les cookies non essentiels, cliquez sur « Accepter » ou « Refuser ». Pour effectuer des choix plus détaillés, cliquez sur « Personnaliser ».

Mutable deployment, manually configured and updated application instances

Mode de mise au point
Mutable deployment, manually configured and updated application instances - AMS Advanced Application Developer's Guide
Cette page n'a pas été traduite dans votre langue. Demande de traduction

This application deployment strategy is a simple and manual update of application instances. These are the basic steps.

IDs for all CT options can be found in the Change Type Reference.

Note

Currently, you must use Amazon S3 storage with this solution.

The basic steps are outlined here; the various procedures are detailed in the AMS User Guide.

  1. Create an Amazon S3 storage bucket. CT: ct-1a68ck03fn98r. The S3 bucket must have versioning enabled (for information on doing this, see Enabling Bucket Versioning).

  2. Put your bundled application artifacts on it (everything your application needs to start on boot and work). You can do this with the Amazon S3 console without requesting access through AMS. Or using a variation of this command:

    aws s3 cp ZIP_FILEPATH_AND_NAME s3://S3BUCKET_NAME/
  3. Find an AMS AMI, all will have CodeDeploy on them. To find a "customer-" AMI use either:

    • AMS Console: The VPC details page for the relevant VPC

    • AMS API For the AMS SKMS API reference, see the Reports tab in the AWS Artifact Console. or CLI: aws amsskms list-amis

  4. Create an EC2 instance with that AMI. CT: ct-14027q0sjyt1h. Specify the AMS AMI, set a tag Key=backup, Value=true and specify the customer-mc-ec2-instance-profile for the InstanceProfile parameter. Note the instance ID that is returned.

  5. Request admin access to the instance. CT: ct-1dmlg9g1l91h6. You'll need the FQDN for your account. If you’re unsure what your FQDN is, you can find it by:

    • Using the AWS Management Console for Directory Services (under Security and Identity) Directory Name tab.

    • Running one of these commands (return directory classes; DC+DC+DC=FQDN): Windows: whoami /fqdn or Linux: hostname --fqdn.

  6. Log into the instance, see Accessing Instances via Bastions in the AMS User Guide.

  7. Download your bundled application files from your S3 bucket to the instance.

  8. Request an immediate backup with a service request to AMS, you will need to know the instance ID.

  9. When you need to update your application, load new files to your S3 bucket and then follow steps 3 through 8.

ConfidentialitéConditions d'utilisation du sitePréférences de cookies
© 2025, Amazon Web Services, Inc. ou ses affiliés. Tous droits réservés.