Frederick Damstra a7c14999b6 Update base/phantom_s3_bucket/README.md 3 年之前
..
README.md a7c14999b6 Update base/phantom_s3_bucket/README.md 3 年之前
iam_phantom_s3_role.tf 368f728d53 Adds a Module for an S3 Archive Bucket for Phantom 3 年之前
kms.tf 368f728d53 Adds a Module for an S3 Archive Bucket for Phantom 3 年之前
main.tf 368f728d53 Adds a Module for an S3 Archive Bucket for Phantom 3 年之前
outputs.tf 368f728d53 Adds a Module for an S3 Archive Bucket for Phantom 3 年之前
vars.tf 368f728d53 Adds a Module for an S3 Archive Bucket for Phantom 3 年之前

README.md

Creates an S3 bucket and role for phantom

Phantom instance must assume-role first. To do this from the command-line:

aws --region us-gov-east-1 sts assume-role --role-arn arn:aws-us-gov:iam::738800754746:role/service/phantom_s3 --role-session-name ftd_testing
# Output will contain AccessKeyId and SecretAcessKeyID
AWS_ACCESS_KEY_ID=[REPLACE] AWS_SECRET_ACCESS_KEY=[REPLACE] AWS_SESSION_TOKEN=[replace] aws --region us-gov-east-1 s3 ls