Please strictly adhere to the following resume naming convention:
ALL CAPS, NO SPACES B/T UNDERSCORES
: /hr MAX
PTN_US_GBAMSREQID_CandidateBeelineID
i.e. PTN_US_9999999_SKIPJOHNSON0413
MSP Owner: Shilpa Bajpai
Location: Englewood Cliffs, NJ- 100% onsite
Duration: 6 months
skill id: 10778330
DATA Engineer (SRE)
Skills: Digital : Amazon Web Service(AWS) Cloud Computing~Digital : Site Reliability Engineering (SRE)~RedHat Linux
Experience Required: 6-8 Years
Technical Skill Set Required Digital: DevOps
Role Descriptions:
Desired Competencies (Technical Competency)
Must-Have AWS Services (EC2, S3, RDS, IAM, VPC, CloudFormation) Linux Administration Datadog monitoring and integration CI/CD tools (Jenkins, GitLab CI/CD, AWS CodePipeline) Infrastructure as Code (Ansible,Terraform, CloudFormation) Docker & Kubernetes Monitoring tools (CloudWatch, Prometheus, Grafana,Datadog) Scripting (Python, Bash)
Good-to-Have DB Mysql Postegres Experience with Ansible or Chef Knowledge of security best practices in AWS Familiarity with serverless (Lambda) Experience with cost optimization in AWS Exposure to multi-cloud environments
Certifications
Required Mandatory: AWS Certified Solutions Architect Preferred: Kubernetes (CKA), Terraform Associate
Role descriptions / Expectations from the Role
1 The AWS DevOps Engineer will:
2 Design, implement, and manage CI/CD pipelines.
3 Automate infrastructure provisioning using IaC tools.
4 Ensure high availability and scalability of AWS resources.
5 Monitor and optimize cloud infrastructure performance.
6 Collaborate with development teams for smooth deployments.
7 Good communication skills to collaborate and available during outages
Type Details of the Role (For Candidate Briefing)
Reporting to Which Role Site Reliable Engineer
Working Hours (Specify if Shifts) Rotational shift from 6 AM to 7PM (8 hours per day)
Unique Selling Proposition (USP)
of The Role Opportunity to work on cutting-edge AWS cloud technologies.
Exposure to end-to-end DevOps lifecycle in a large-scale enterprise environment. Chance to implement automation and cost optimization strategies. Work with global teams and gain experience in cloud security and compliance.
At least three questions and answers for 'must-to-have' skills. (3 to 5 Questions).
Q1: Question: Explain how you would design a highly available architecture in AWS. Answer: Use multiple Availability Zones, Elastic Load Balancer, Auto Scaling Groups, and RDS Multi-AZ deployment.
Q2: Question: How do you implement Infrastructure as Code in AWS?
Answer: Using tools like Terraform or AWS CloudFormation to define resources in code for version control and automation.
Q3: How do you secure an S3 bucket?
Answer: Enable bucket policies, block public access, use IAM roles, enable encryption (SSE-S3 or SSE-KMS), and enable logging.
Q4: How will your rotate AWS keys on bulk Servers ?
Answer :
• Create an IAM User/Role Policy for Key Rotation
• Use AWS CLI or SDK to generate new access keys.
• Deactivate old keys after successful deployment.
• Store Keys Securely
• Use AWS Secrets Manager or Jenkins Credentials Plugin.
• Never hardcode keys in scripts.
Jenkins Pipeline Steps
Step 1: Trigger a job that runs an AWS CLI command to create new keys.
Step 2: Update Jenkins credentials with the new keys.
Step 3: Use Ansible or SSH to push new keys to all Linux servers.
Update ~/.aws/credentials file or environment variables.
Step 4: Validate connectivity using aws sts get-caller-identity.
Step 5: Deactivate old keys:, Project Code :
ALL CAPS, NO SPACES B/T UNDERSCORES
: /hr MAX
PTN_US_GBAMSREQID_CandidateBeelineID
i.e. PTN_US_9999999_SKIPJOHNSON0413
MSP Owner: Shilpa Bajpai
Location: Englewood Cliffs, NJ- 100% onsite
Duration: 6 months
skill id: 10778330
DATA Engineer (SRE)
Skills: Digital : Amazon Web Service(AWS) Cloud Computing~Digital : Site Reliability Engineering (SRE)~RedHat Linux
Experience Required: 6-8 Years
Technical Skill Set Required Digital: DevOps
Role Descriptions:
Desired Competencies (Technical Competency)
Must-Have AWS Services (EC2, S3, RDS, IAM, VPC, CloudFormation) Linux Administration Datadog monitoring and integration CI/CD tools (Jenkins, GitLab CI/CD, AWS CodePipeline) Infrastructure as Code (Ansible,Terraform, CloudFormation) Docker & Kubernetes Monitoring tools (CloudWatch, Prometheus, Grafana,Datadog) Scripting (Python, Bash)
Good-to-Have DB Mysql Postegres Experience with Ansible or Chef Knowledge of security best practices in AWS Familiarity with serverless (Lambda) Experience with cost optimization in AWS Exposure to multi-cloud environments
Certifications
Required Mandatory: AWS Certified Solutions Architect Preferred: Kubernetes (CKA), Terraform Associate
Role descriptions / Expectations from the Role
1 The AWS DevOps Engineer will:
2 Design, implement, and manage CI/CD pipelines.
3 Automate infrastructure provisioning using IaC tools.
4 Ensure high availability and scalability of AWS resources.
5 Monitor and optimize cloud infrastructure performance.
6 Collaborate with development teams for smooth deployments.
7 Good communication skills to collaborate and available during outages
Type Details of the Role (For Candidate Briefing)
Reporting to Which Role Site Reliable Engineer
Working Hours (Specify if Shifts) Rotational shift from 6 AM to 7PM (8 hours per day)
Unique Selling Proposition (USP)
of The Role Opportunity to work on cutting-edge AWS cloud technologies.
Exposure to end-to-end DevOps lifecycle in a large-scale enterprise environment. Chance to implement automation and cost optimization strategies. Work with global teams and gain experience in cloud security and compliance.
At least three questions and answers for 'must-to-have' skills. (3 to 5 Questions).
Q1: Question: Explain how you would design a highly available architecture in AWS. Answer: Use multiple Availability Zones, Elastic Load Balancer, Auto Scaling Groups, and RDS Multi-AZ deployment.
Q2: Question: How do you implement Infrastructure as Code in AWS?
Answer: Using tools like Terraform or AWS CloudFormation to define resources in code for version control and automation.
Q3: How do you secure an S3 bucket?
Answer: Enable bucket policies, block public access, use IAM roles, enable encryption (SSE-S3 or SSE-KMS), and enable logging.
Q4: How will your rotate AWS keys on bulk Servers ?
Answer :
• Create an IAM User/Role Policy for Key Rotation
• Use AWS CLI or SDK to generate new access keys.
• Deactivate old keys after successful deployment.
• Store Keys Securely
• Use AWS Secrets Manager or Jenkins Credentials Plugin.
• Never hardcode keys in scripts.
Jenkins Pipeline Steps
Step 1: Trigger a job that runs an AWS CLI command to create new keys.
Step 2: Update Jenkins credentials with the new keys.
Step 3: Use Ansible or SSH to push new keys to all Linux servers.
Update ~/.aws/credentials file or environment variables.
Step 4: Validate connectivity using aws sts get-caller-identity.
Step 5: Deactivate old keys:, Project Code :