November 18, 2021 by Admin
A SysOps Administrator must devise a strategy for enforcing tagging of all EC2 instances and Amazon Elastic Block Store (Amazon EBS) volumes.
What action can the Administrator take to implement this for real-time enforcement?
- Use the AWS Tag Editor to manually search for untagged resources and then tag them properly in the editor.
- Set up AWS Service Catalog with the TagOptions Library rule that enforces a tagging taxonomy proactively when instances and volumes are launched.
- In a PowerShell or shell script, check for untagged items by using the resource tagging GetResources API action, and then manually tag the reported items.
- Launch items by using the AWS API. Use the TagResources API action to apply the required tags when the instances and volumes are launched.