0-s3-bucket.yml 325 B

123456789101112
  1. AWSTemplateFormatVersion: '2010-09-09'
  2. Description: Creates required S3 buckets.
  3. Parameters:
  4. EnvironmentName:
  5. Description: An environment name that is prefixed to resource names
  6. Type: String
  7. Resources:
  8. DeploymentBucket:
  9. Type: 'AWS::S3::Bucket'
  10. Properties:
  11. BucketName: interview-django-large-uploads