Fred Damstra [afs macbook] 6683be31d8 Fixes issues with interpolated values 3 년 전
..
README.md a7c14999b6 Update base/phantom_s3_bucket/README.md 3 년 전
constants.tf 7a08ba10cf Migrated most variables out of xdr-terraform-live and into xdr-terraform-modules 3 년 전
globals.tf 7a08ba10cf Migrated most variables out of xdr-terraform-live and into xdr-terraform-modules 3 년 전
iam_phantom_s3_role.tf 50c459706b Updates tfsec & checkov ignores + syntax updates 3 년 전
kms.tf 7a08ba10cf Migrated most variables out of xdr-terraform-live and into xdr-terraform-modules 3 년 전
main.tf 6683be31d8 Fixes issues with interpolated values 3 년 전
outputs.tf 368f728d53 Adds a Module for an S3 Archive Bucket for Phantom 3 년 전
vars.tf 7a08ba10cf Migrated most variables out of xdr-terraform-live and into xdr-terraform-modules 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