Denny Wangdenny.hashnode.dev·Feb 4, 2024Cross-Partition Access in AWS: A Dual-IAM User StrategyUnderstanding AWS Partitions When we talk about cloud computing, AWS (Amazon Web Services) stands out as a leading provider, offering a vast array of services and resources to build and manage applications in the cloud. However, AWS's global infrastr...150 readsAWS
Taegu Kangktg0210.hashnode.dev·Jun 21, 2023Cross region for IAM STSoutline AWS Security Token Service (AWS STS) is a global service, but enable it by region for security reasons. how-to IAM -> Account Settings -> Security Token Service (STS) -> Specific Region enable reference https://docs.aws.amazon.com/...AWS IAM
Taegu Kangktg0210.hashnode.dev·Jun 21, 2023Cross region for EC2 key pairoutline You can use same EC2 key pair by importing on Cross region how-to Source Region ## EC2 login using the keypair you want to import >> cp ~/.ssh/authorized_keys <key-pair-name>.pub >> save local filesystem Destination Region >> EC2 Conosl...aws ec2
Chimnoya Don Nwokechachimnoya.hashnode.dev·Dec 13, 2022S3 Cross-Region ReplicationIntro Amazon S3 is a service that is used to store objects, host websites and so much more depending on your use case. At the core of it, it is literally a bucket that holds stuff. S3 is a global resource. However in the cause of creating an S3 Bucke...high availability