Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > dd7204292d310452063d09b5de9c13b7 > files > 500

aws-cli-docs-1.16.163-1.mga7.noarch.rpm

**To add tags to on-premises instances**

The follwoing ``add-tags-to-on-premises-instances`` example associates in AWS CodeDeploy the same on-premises instance tag to two on-premises instances. It does not register the on-premises instances with AWS CodeDeploy. ::

    aws deploy add-tags-to-on-premises-instances \
        --instance-names AssetTag12010298EX AssetTag23121309EX \
        --tags Key=Name,Value=CodeDeployDemo-OnPrem

This command produces no output.