what do you do with aws

Amazon Web Services (AWS) is a secure cloud services platform,
offering compute power, database storage and it helps Running 
web and application servers 
in the cloud to host dynamic websites.

in my company We use; 

EC2: 
   - for Running application for different environments(Test, Dev enviroments).
   - and also for Running Jenkins or any other application for testing purpose.
   - and to Run load testing on the application.
We also use S3 (Simple Storage Service):
  - It is Used for file storage, test data storage.
  - It Can be used for part of data processing workflow.
  - and also it Can also be used as code repository.

IAM (Identity and Access Management) is a web service that helps you 
securely control access to AWS resources. You use IAM to control who is 
authenticated (signed in) and authorized (has permissions) to use resources.
   - I use IAM for Permission control of users, applications, typically 
   not configured by application team but by a cloud team.
RDS (Create a sample Postgresql database and connect using Dbeaver):
   - is Used for database, launch database for different environments to 
   support the application.
Lambda:
   - Serverless service that can provide quick and easy solution to run 
   your code without the involvement of EC2.
   - Typically used for data processing incoming files.

Are there any code examples left?
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source