# Different ways to access the AWS Services / Resources

There are 3 ways to interact with AWS Services / Resources.

1. AWS Management Console
    
2. AWS CLI (Command Line Interface)
    
3. AWS SDK (Software Development Kit)
    

![3 ways to access the AWS Resources](https://cloudiofy.com/wp-content/uploads/2022/08/aws-access-services.png align="left")

# AWS Management Console

AWS Management Console provides a web-based user interface that you can use to create and manage your AWS resources

# AWS CLI (Command Line Interface)

AWS Command Line Interface is a tool to manage your AWS resources. With just one tool to [install and configure](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html), you can control multiple AWS services from the command line and automate them through scripts.

# AWS SDK (Software Development Kits)

[AWS Software Development Kits](https://aws.amazon.com/developer/tools/) provide abstract APIs of AWS services. It allows developers for developing and managing applications on AWS services like [EC2](https://cloudiofy.com/amazon-ec2/), Amazon [S3](https://cloudiofy.com/aws-simple-storage-service/), Amazon SNS, and more through SDK.
