Amazon Web Services (AWS)

Patterns for Amazon Web Services resources.

The patterns in this module correspond to AWS resources, e.g. an EC2 instance or an S3 bucket. That is, their post-condition asserts that the resource exists with the given parameters. Each target requires at least the parameters necessary to create the resource. These parameters should be enough to identify the resource in a search.

Note

All parameters for these patterns must be keyword arguments.

picard.aws.security_group(name, *args, **kwargs)

An AWS security group.

Parameters:Description (str) –
picard.aws.key_pair(name, *args, **kwargs)

An AWS key pair.