AWS

Introduction

AWS services are categorised as – Compute,Storage and Networking from implementation point of view,

Different ways of connecting with AWS

  1. Management console – UI interaction
  2. 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]
  3. SAM – framework
  4. CDK – Cloud Development kit, (Require AWS cdk installation and configuration[of profile] on local machine) –

Published by

Unknown's avatar

sevanand yadav

software engineer working as web developer having specialization in spring MVC with mysql,hibernate

Leave a comment