Skip to content

jpohjolainen/aws_roles_anywhere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roles Anywhere Terraform

This repo has Terraform code to create an AWS Private CA with a S3 bucket, an AWS RolesAnywhere Trust Anchor and a Profile and an IAM Role with AmazonS3ReadOnlyAccess policy.

Check the variables in terraform.tfvar and change them to suit you.

NOTE: AWS Private CA costs 300e ($400) a month. Only first one is free for 30 days. If you create one, then delete it, and then create new one, you will be charged.

Plan first

terraform plan -out tf.plan

If all looks good, then apply the plan

terraform apply tf.plan

And to remove all services and configs

terraform destroy

This is for an article on How to use AWS Roles Anywhere

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages