Pinned ·
AWS CloudFormer
Creating in AWS can performed using multiple ways:
AWS CLI
AWS SDK (Java/Python/JS)
IT automation/IaaC tools (Chef, Puppet, Terraform, Ansible, SaltStack, Pulumi)
REST API directly
CloudFormation templates
First 3 underneath are using REST API, but using directly REST API to cr…