

PROFILE SUMMARY
Versatile professional with background in managing cloud environments, seeking to transition into new field. Developed skills in cloud architecture and security within dynamic tech environment. Prepared to leverage cloud management expertise to contribute effectively in new role.
LINUX
Configuration Management
User Account Management
Linux Server Management
Multi-User System Management
Network configuration
System Maintenance
Linux Kernel Understanding
Server Management
Cron Job Scheduling
Task automation
Database Administration
Remote Access Management
Skilled in Apache
Shell scripting
Cloud-based backup distribution
AWS CLOUD
AWS SERVICES
IAM ,EC2,S3,EBS,Cloud watch,cloud trial,EBs volume,Security groups,Auto scaling
NETWORKING TOOLS
Amazon route 53,VPC,Direct connect open VPN and google authentication AWS ECS
AWS elastic load balancing
AWS cloudtrail auditing
Amazon EC2 administration
AWS route 53 management
AWS storage solutions
AWS VPC configuration
AWS API gateway management
AWS elastic beanstalk
AWS lambda functions
AWS cloudwatch metrics
AWS database services
AWS S3 bucket management
AWS auto scaling strategies
CCIE - Cisco Certified Internetwork Expert
This workshop is a hands-on walk through of a three-tier web architecture in AWS. We will be manually creating the necessary network, security, app, and database components and configurations in order to run this architecture in an available and scalable manner.
In this architecture, a public-facing Application Load Balancer forwards client traffic to our web tier EC2 instances. The web tier is running Nginx web servers that are configured to serve a React.js website and redirects our API calls to the application tier's internal facing load balancer. The internal facing load balancer then forwards that traffic to the application tier, which is written in Node.js. The application tier manipulates data in an Aurora MySQL multi-AZ database and returns it to our web tier. Load balancing, health checks and autoscaling groups are created at each layer to maintain the availability of this architecture.
This application should allow users to create , read, delete and update items in DynamoDB table