Unlike other AWS services, s3 resources, ARN does not contain AWS account number.
Few sample ARNs are:
-- Elastic Beanstalk application version --
arn:aws:elasticbeanstalk:us-east-1:123456789012:environment/My App/MyEnvironment-- IAM user name --
arn:aws:iam::123456789012:user/David-- Amazon RDS instance used for tagging --
arn:aws:rds:eu-west-1:123456789012:db:mysql-db
On the other hand s3 bucket ARN looks like:
- arn:aws:s3:::my_corporate_bucket/exampleobject.png