Introduction
AWS services are categorised as – Compute,Storage and Networking from implementation point of view,
Different ways of connecting with AWS
- Management console – UI interaction
- CLI – Command line interaction (Require AWS CLI installation on local machine)
- any of the aws services can be connected from CLI
- e.g to make s3 bucket command: aws s3 mb s3://[unique-name-ofbuckt] –profile [PROFILE_NAME_WHERE IT IS TO BE DEPLOYED]
- SAM – framework
- CDK – Cloud Development kit, (Require AWS cdk installation and configuration[of profile] on local machine) –