/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.janmeppe.com
| | www.kencochrane.com
5.7 parsecs away

Travel
| | [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
5.7 parsecs away

Travel
| | A collection of random notes about life
| | memo.mx
4.1 parsecs away

Travel
| | 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
23.1 parsecs away

Travel
| Artificial intelligence is a complex field. See how different AI development tools compare and find the best one for you.