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.
- The AWS Command-Line Interface (CLI): This is 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 reduce the complexity of coding by providing SDKs for a number of programming languages, including Android, iOS, Java, Python, PHP, .NET, Node.js, Go, and Ruby. 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...