FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

aws-cli/awscli/examples/deploy/install.rst at develop · ProGamerCode/aws-cli · GitHub

forked from aws/aws-cli

Latest commit

 

History

History
13 lines (7 loc) · 766 Bytes

File metadata and controls

13 lines (7 loc) · 766 Bytes

To install an on-premises instance

This example copies the on-premises configuration file from the specified location on the instance to the location on the instance that the AWS CodeDeploy Agent expects to find it. It also installs the AWS CodeDeploy Agent on the instance. It does not create any IAM user, nor register the on-premises instance with AWS CodeDeploy, nor associate any on-premises instance tags in AWS CodeDeploy for the instance.

Command:

aws deploy install --override-config --config-file C:\temp\codedeploy.onpremises.yml --region us-west-2 --agent-installer s3://aws-codedeploy-us-west-2/latest/codedeploy-agent.msi

Output:

Creating the on-premises instance configuration file... DONE
Installing the AWS CodeDeploy Agent... DONE

Back | FazBrowse Home | New Git URL