filmov
tv
AWS IAM Policy Variables Demo 2021 (Yann Stoneman)
Показать описание
See also:
The policy we use:
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"iam:ListUsers",
"iam:GetAccountPasswordPolicy"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"iam:*AccessKey*",
"iam:ChangePassword",
"iam:GetUser",
"iam:*ServiceSpecificCredential*",
"iam:*SigningCertificate*"
],
"Resource": ["arn:aws:iam::*:user/${aws:username}"]
}
]
}
Follow Yann Stoneman
#AWSIAMpolicyvariables2021 #aws #amazonewebservices #yannstoneman #IAMdocumentationpolicy #rotateyourcredentials #devops #devsecops #cybersecurity #cloudcomputing #cloud
AWS IAM Policy Variables Demo 2021 (Yann Stoneman)
AWS IAM Policy | IAM Policy Part 1
IAM POLICY STRUCTURE | FREE AWS TUTORIAL FOR BEGINNERS - EP 11
Becoming an AWS Policy Ninja using AWS IAM and AWS Organizations [SEC302]
How do I create an IAM policy to control access to Amazon EC2 resources using tags?
AWS re:Inforce 2023 - Validate your IAM policies with AWS CloudFormation hooks (IAM322)
AWS IAM Policy Elements
How does IAM evaluation logic work using an explicit Deny policy with multiple condition keys?
AWS re:Invent 2018: [REPEAT 1] Become an IAM Policy Master in 60 Minutes or Less (SEC316-R1)
AWS Solution Architect | IAM Policy | IAM User - Part 3
IAM Policies Tutorial
Demo: How to create your own custom IAM Policy; IAM policy definition and example
AWS re:Invent 2015: How to Become an IAM Policy Ninja in 60 Minutes or Less (SEC305)
AWS re:Invent 2016: Become an AWS IAM Policy Ninja in 60 Minutes or Less (SAC303)
AWS IAM Roles Anywhere - Introduction & Demo | Amazon Web Services
AWS re:Inforce 2022 - Security best practices with AWS IAM (IAM201)
Brief introduction of AWS IAM best practices & quick demo
Wealthsimple on Practical IAM Policies for AWS Admins
AWS re:Inforce 2022 - How Guardian Life validates IAM policies at scale with AWS (IAM305)
AWS IAM Demo - Cross account access & policy eval logic | (part 3)
AWS Summit Online ASEAN 2021 | Six types of AWS IAM policies to help you in your DevSecOps Journey
AWS IAM Demo - users, roles, groups, policies | (part 2)
AWS IAM Policies | AWS Security E10
How can I troubleshoot access denied or unauthorized operation errors with an IAM policy?
Комментарии