Skip to content

Instantly share code, notes, and snippets.

@garystafford
Last active April 17, 2021 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garystafford/85a2f97dfe098e0b0fd82d0bbffc466d to your computer and use it in GitHub Desktop.
Save garystafford/85a2f97dfe098e0b0fd82d0bbffc466d to your computer and use it in GitHub Desktop.
{
"TableName": "your-dynamodb-table-name",
"Item": {
"date": {
"S": "2001-01-01"
},
"time": {
"S": "09:01:05"
},
"location": {
"S": "location-03"
},
"source": {
"S": "wireless"
},
"local_dest": {
"S": "router-1"
},
"local_avg": {
"N": "5.55"
},
"remote_dest": {
"S": "device-1"
},
"remote_avg": {
"N": "10.10"
}
}
}
@PrabhashKaran
Copy link

I want to recreate the example in my Windows laptop. I want your help kindly call me at 404 543 1329 or email me at prabhashkaran@yahoo.com

The Project Specification

I need your help.
Kindly contact me (details given below) as soon as possible.
====================== The Project Begins =====================
====Sample Use Case =====
Kindly see this example: https://programmaticponderings.com/2019/10/04/event-driven-serverless-architectures-with-aws-lambda-sqs-dynamodb-and-api-gateway/
Please convert the CloudFormation file to Terraform file.
======= Use Case 1 =====
Problem:
Lambda App (Hello World) talks to SQS and DynamoDB by storing a static massage in SQS and DynamoDB using CICD Pipeline:

  1. Create SQS that triggers Lambda Function to fetch a record.
  2. Create Lambda “Hello World” and add a record as a message to DB.
  3. Create DynamoDB that will store the message persistently.
  4. Build Deployment using SAM framework.
  5. Logging and Monitoring using X-Ray and CloudWatch.
  6. Log Aggregation and Streaming using ElasticSearch, (Logstash) and Kibana (ELK).
    What do I need?
    Crate a Terraform file to accomplish the task. I pay for the job.
    ======= Use Case 2 =====
    Problem:
    Create EKS Fargate app (Hello World) and store data in PostgreSQL RDS
  7. Create EKS Fargate
  8. Deploy Web Service to display “Hello World”
  9. Create AWS RDS to store data
  10. Develop CICD for automation
  11. Log aggregation and streaming using ELK stack

What do I need?
Please write for me a Terraform file for the task. I pay for the job.
======= Use Case 3 =====
Problem:
Create EC2 Instance with 30 days recycling process

  1. Create EC2 instance using CloudFormation (.yaml)
  2. Deploy Web Service to display “Hello World”
  3. Develop CICD for automation
  4. Configure recycle policy

What do I need?
Kindly create a terraform file to accomplish this task. I pay for the job.
====================== The Project Ends =====================

====================== Who am I Begins =====================
Prabhash Chandra Karan
Atlanta, GA
404-543-1329
prabhashkaran@yahoo.com
Green Card

AWS Solutions Architect / SysOps Administrator

Summary:
Software Engineer—with 20+ years of IT experience—seeking position in Cloud computing

Education:
• MS, Computer Science with Distinction, Pace University, New York, USA 1986
• BS, Engineering with First Class, Indian Institute of Engineering Science and Technology (one of IITs), India

Certifications:
• HashiCorp Certified Terraform Associate 2021
• AWS Certified Solutions Architect Associate 2020
• AWS Certified SysOps Administrator Associate 2020
• AWS Certified Developer Associate 2020
• AWS Certified Cloud Practitioner 2020
• Oracle Certified EE6 Web Services Developer 2013
• Oracle Certified WebLogic Administrator 2008
• Sun Certified Web Component Developer for Java 2 2006
• Sun Certified Programmer for Java 2 Platform 1.4 2005

Experience:

AWS Cloud Architect Feb 2021 – Present
XYZ Inc, Atlanta, GA
As Cloud Architect, assessment of current technology stack of applications and providing architectural guidance for AWS Cloud native migration for migrating Java application to AWS Cloud using Terraform 0.13.
• Technical solution, architectural design, development, upgrade, migration and implementation of high-performance, extremely scalable, and highly fault-tolerant using Terraform Infrastructure as a Code in AWS Linux cloud environments meeting various SLAs using Terraform module, workflow, CLI, state, backends, workspace, and version control integration with GitLab
• Read more …
======================= Who am I Ends =====================

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment