How to AWS sts assume role in one command - without jq
The issue - what it takes to assume a role
To assume an AWS role in the CLI, you will have to do something like this:
aws sts assume-role --role-arn …
160 articles about aws development, tools, and best practices
To assume an AWS role in the CLI, you will have to do something like this:
aws sts assume-role --role-arn …
You can create a Lambda in CloudFormation as follows:
Resources:
MyLambdaFunction:
Type: AWS::Lambda::Function …
To create an AWS Lambda function using Terraform, you need to define the necessary resources in a Terraform configuration file. Here’s an …
Read Article →To create a Bastion server using Terraform, you need to define the necessary resources in a Terraform configuration file. Here’s an example of …
Read Article →To create a Bastion server using AWS CloudFormation, you need to define the necessary resources in a CloudFormation template. Here’s an example …
Read Article →To create a cross-account role in Terraform, you need to perform the following steps:
Define the IAM role in the Terraform …
Read Article →To create a cross-account role in CloudFormation, you can follow these steps:
Create a new CloudFormation template …
Read Article →To create public and private subnets in AWS CloudFormation, you can use the AWS CloudFormation Template Language (CFT) to define your network …
Read Article →To create public and private subnets in Terraform, you can use the AWS provider to define your network configuration. Here’s an example …
Read Article →To create an Internet Gateway and associate it with an EC2 instance using AWS CloudFormation, you can follow these steps:
To create an Internet gateway and assign it to an EC2 instance using Terraform, you can follow these steps:
If your organization has blocked registry.terraform.io
and has instead downloaded the provider binaries to Nexus, then you can do the following to …