Cloud Computing Proects
I work on practical cloud computing projects that demonstrate my ability to architect, deploy, and manage scalable solutions in the cloud. These projects focus on real-world scenarios like automation, serverless computing, secure networking, and cloud-native application development. Each project reflects my growing expertise in cloud services, infrastructure as code, and building systems that are both resilient and cost-efficient.
.png)
AWS IAM (Identity and Access Management) allows me to securely manage access to AWS services and resources. I use IAM to create users, define roles, and apply fine grained permissions to ensure secure and controlled access in all my cloud projects
.png)
I launched an EC2 instance, installed a web server and hosted my HTML website by uploading the files to the server. The site is accessible via the instance's public IP adress
.png)
I created an AWS Lambda function to run backend code without managing servers. I wrote the function logic set the runtime environment and configured a triger to invoke it automatically. Lambda runs the code in response to events making it efficient and cost effective.
.png)
AWS Elastic Beanstalk is a servie that automatically deploys and manages web applications, is a Platform as a Service
.png)
Amazon ECS is a service that runs and manages your containerized apps in the cloud, automatically handling infrastructure and scaling
.png)
Amazon ElastiCache is a fully managed in memory data store and cache service by AWS that supports Redis and Memcached. It helps improve the performance of web applications by retrieving data from fast, in memory caches instead of relying on slower disk based databases. ElastiCache is ideal for use cases like session management, real time analytics and caching frequently accessed data to reduce latency and improve scalability
.png)
Amazon SQS is a fully managed message queuing service by AWS that enables decoupling of microservices distributed systems and serverless applications. It allows you to send, store and receive messages between components without losing messages helping to ensure smooth and reliable communication
.png)
Amazon SNS is a fully managed messaging service that enables you to send notifications or messages to multiple subcribers via SMS,email,or other services like lambda
.png)
Amazon Athena is a serverless query service that lets you analyze data in Amazon S3 using standard SQL. It requires no setup and is great for quick ad data hoc data analysis