Users can access AWS services in multiple ways. Individual services or the whole infrastructure can be accessed using any of the following means:
- AWS Management Console: This is a simple to use, browser-based graphical user interface that customers can use to manage their AWS resources.
- AWS Command Line Interface (CLI): Mostly used by system administrators to perform day-to-day administration activities. There are individual sets of commands available for each AWS service.
- AWS Software Development Kits (SDKs): AWS helps the user take the complexity out of coding by providing SDKs for a number of programming languages including Android, iOS, Java, Python, PHP, .NET, Node.js, Go, Ruby, and so on. These SDKs can be used to create custom applications to meet specific organizational needs.
- Query APIs: AWS provides a number of HTTP endpoints. These endpoints...