AWS

Passing JSON as parameter to AWS CLI

While working with the new AWS CLI, you might come up with a use case in which complex values are required as an input. To simplify things a bit AWS CLI allows you to pass JSON as an input to argument. For example, to pass parameters to the –block-device-mappings parameter in the aws ec2 create-image command, you need to […]