operationcode_infra
operationcode_infra copied to clipboard
Migrate S3 buckets to proper AWS account
We have two S3 buckets that are used by the Operation Code website - "operationcode-assets" and "operationcode-web".
These are in one AWS account (the credentials of which are stored in 1Password).
However, all of the rest of our AWS assets are stored in another AWS account (this is the one that those of us who have IAM credentials use, it contains all our EC2 instances, etc.)
We need to eventually (it's currently working fine, but I'd like us to get to this when we can) migrate the buckets from the first AWS account to the second to consolidate them in one account.
doesn't seem too terribly hard:
https://aws.amazon.com/premiumsupport/knowledge-center/account-transfer-s3/
Have been asked to do this to ensure we don't forget to pay the small bill. @kylemh asked us to hold off until the front-end migration is complete and then it will be easy.