Sumit Mondalsumit007.hashnode.dev·Nov 29, 2023"Securing Your AWS Resources: A Deep Dive into AWS Security Token Service (STS)"Introduction In the ever-evolving landscape of cloud computing, security is a paramount concern. As businesses migrate their applications and data to the cloud, they need robust mechanisms to control access and ensure the confidentiality and integrit...AWS - TheoryAws sts
Eyal KatzforSlauth.io - The IAM Copilot's blogblog.slauth.io·Nov 14, 2023Troubleshooting 'Not Authorized to Perform sts:AssumeRole': A Quick-Fix Guide to Your AWS WoesThe scalability, flexibility, and pricing models of AWS services make AWS the leading cloud service provider. From machine learning to container technology and Identity and Access Management (IAM), AWS is tapping into every possible market. Nearly 9...10 likes·1.3K readsAws sts
Riccardo RottaforLeapp blogblog.leapp.cloud·Jul 21, 2023AWS STS CLI: a cheatsheetThe AWS CLI is a very useful tool for every developer that wants to work and interact with AWS. It allows developers to automate the process of managing AWS services and resources using scripts, customizing workflows and integrating with other tools....173 readsAws sts
Satish Sutarsatishsutar-cloud-and-devops.hashnode.dev·Sep 19, 2022AWS Security Token ServiceAWS STS: Use STS to Assume a Role within the same AWS account or different AWS accounts and Identity Federation. How is it achieved? Define an IAM Role within your account or cross-account that we want to assume Define which Principals can access th...114 readsAWS