AWS Tagging
How to tag an s3 bucket and its object using AWS CLI
Step1: Go to Cloud Shell or AWS CLI in your local PC.
Step2 : Create an s3 bucket using CLI command:
aws s3api create-bucket --bucket <mybucketname>
Check in the management console, if the s3 bucke...
awslearner2024.hashnode.dev2 min read