CloudFormation - Create Single / Multiple S3 Buckets

Поділитися
Вставка
  • Опубліковано 18 жов 2024
  • #aws #awstraining #awscloud #cloudformation
    #devops #awssolutionsarchitect #awsdeveloper #certification
    Lab-1 : Create Single / Multiple S3 buckets using cloudformation
    Template :
    Resources:
    Bucket1:
    Type: AWS::S3::Bucket
    Properties:
    BucketName: dev-remote-s3-bucket-77
    Bucket2:
    Type: AWS::S3::Bucket
    Properties:
    BucketName: test-remote-s3-bucket-80
    Bucket3:
    Type: AWS::S3::Bucket
    Properties:
    BucketName: uat-remote-s3-bucket-81

КОМЕНТАРІ •