|
You are here |
www.janmeppe.com | ||
| | | | |
www.kencochrane.com
|
|
| | | | | [AI summary] The author provides a tutorial on creating a Python Lambda function integrated with CloudFormation to reliably obtain and standardize Availability Zone data across different AWS regions. | |
| | | | |
hugozap.com
|
|
| | | | | A collection of random notes about life | |
| | | | |
memo.mx
|
|
| | | | | In AWS, in order to access resources in other accounts without creating new users or handling passwords, you can use sts:AssumeRole. Let's say that you have some resources in AccountA (AWS Managed Prometheus for example) that you want to access from AccountB Account A In AccountA create a role account_a_role that has 2 types of policies: a Trust Relationship that define which entities can assume this role { "Version": "2012-10-17", "Statement": [ { "Sid": "AllowAssumeRoleFromAccountB", "Effect": "Allow", "Principal": { "AWS": "arn:aws:iam::ACCOUNT_B_ID:role/account_b_role" }, "Action": "sts:AssumeRole" } ] } You can also set Conditions to filter which entities can AssumeRole and even configure AssumeRoleWithWebIdentity for users who have been authenticated w... | |
| | | | |
blog.risingstack.com
|
|
| | | Artificial intelligence is a complex field. See how different AI development tools compare and find the best one for you. | ||