AGarthi ginawslearner2024.hashnode.dev·Apr 8, 2024 · 2 min readAWS TaggingHow 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...00