
SAM Template that creates an EC2 Instance, an Amazon S3 Express One Zone directory bucket, and required IAM Role to access the bucket from the instance.
git clone https://github.com/aws-samples/serverless-patterns/cd serverless-patterns/ec2-s3-express-one-zone-samsam deploy --guidedaws s3 rm s3://{BucketExpressOneZoneName} --recursive --region {my-region}sam delete.