Pinned Repositories
3tier-architecture-with-cdk
Creating an infrastructure that is redundant across multiple availability zones, end users can only access the app through a domain name, the database should only be accessible from the application servers. a secure way to access the servers for troubleshooting must be provided.
amazon-ecs-nodejs-microservices
Reference architecture that shows how to take a Node.js application, containerize it, and deploy it as microservices on Amazon Elastic Container Service.
Amazon-Redshift-cluster-to-analyze-USA-Domestic-flight-data
worked with an Amazon Redshift cluster to analyze USA Domestic flight data. Amazon Redshift is a fast, fully managed, petabyte-scale data warehouse service that makes it simple and cost-effective to efficiently analyze all your data using your existing business intelligence tools. It is optimized for datasets ranging from a few hundred gigabytes to a petabyte or more and costs less than $1,000 per terabyte per year, a tenth the cost of most traditional data warehousing solutions
Analyzing-Twitter-in-real-time-with-Kinesis-Lambda-Comprehend-and-ElasticSearch
Analyzing Twitter in real time with Kinesis, Lambda, Comprehend and ElasticSearch
AWS-Business-Analysis-and-Prediction
Build machine learning-powered business intelligence analyses using Amazon QuickSight
AWS-Data-Lake
AWS Lake Formation makes it easy for you to set up, secure, and manage your data lakes also data discovery using the metadata search capabilities of Lake Formation in the console, and metadata search results restricted by column permissions.
AWS-Jenkins-Pipeline
Project shows how to construct a functioning CI/CD pipeline which uses a Jenkins open-source automation server to deploy CodeBuild artifacts with CodeDeploy. it also shows how to build the deployment infrastructure and automatically deploy application version changes from GitHub to your production environment.
aws-lambda-terraform-example
This repository contains source code to create an AWS Lambda function behind an API Gateway. In addition, there is a basic React.js application to act as a web interface for accessing the Lambda function.
aws-serverless-data-lake-workshop
This workshop is meant to give customers a hands-on experience with mentioned AWS services. Serverless Data Lake workshop helps customers build a cloud-native and future-proof serverless data lake architecture. It allows hands-on time with AWS big data and analytics services including Amazon Kinesis Services for streaming data ingestion
aws-terraform
to use AWS Developer Tools to create a Serverless CI/CD pipeline that you can use to automate deployments of infrastructure with Terraform. By using Terraform and CI/CD, your security engineers can deploy security infrastructure services in a clearly defined and immutable process, such as AWS WAF.
rajvardhan9029's Repositories
rajvardhan9029/3tier-architecture-with-cdk
Creating an infrastructure that is redundant across multiple availability zones, end users can only access the app through a domain name, the database should only be accessible from the application servers. a secure way to access the servers for troubleshooting must be provided.
rajvardhan9029/amazon-ecs-nodejs-microservices
Reference architecture that shows how to take a Node.js application, containerize it, and deploy it as microservices on Amazon Elastic Container Service.
rajvardhan9029/Amazon-Redshift-cluster-to-analyze-USA-Domestic-flight-data
worked with an Amazon Redshift cluster to analyze USA Domestic flight data. Amazon Redshift is a fast, fully managed, petabyte-scale data warehouse service that makes it simple and cost-effective to efficiently analyze all your data using your existing business intelligence tools. It is optimized for datasets ranging from a few hundred gigabytes to a petabyte or more and costs less than $1,000 per terabyte per year, a tenth the cost of most traditional data warehousing solutions
rajvardhan9029/Analyzing-Twitter-in-real-time-with-Kinesis-Lambda-Comprehend-and-ElasticSearch
Analyzing Twitter in real time with Kinesis, Lambda, Comprehend and ElasticSearch
rajvardhan9029/AWS-Business-Analysis-and-Prediction
Build machine learning-powered business intelligence analyses using Amazon QuickSight
rajvardhan9029/AWS-Data-Lake
AWS Lake Formation makes it easy for you to set up, secure, and manage your data lakes also data discovery using the metadata search capabilities of Lake Formation in the console, and metadata search results restricted by column permissions.
rajvardhan9029/AWS-Jenkins-Pipeline
Project shows how to construct a functioning CI/CD pipeline which uses a Jenkins open-source automation server to deploy CodeBuild artifacts with CodeDeploy. it also shows how to build the deployment infrastructure and automatically deploy application version changes from GitHub to your production environment.
rajvardhan9029/aws-lambda-terraform-example
This repository contains source code to create an AWS Lambda function behind an API Gateway. In addition, there is a basic React.js application to act as a web interface for accessing the Lambda function.
rajvardhan9029/aws-serverless-data-lake-workshop
This workshop is meant to give customers a hands-on experience with mentioned AWS services. Serverless Data Lake workshop helps customers build a cloud-native and future-proof serverless data lake architecture. It allows hands-on time with AWS big data and analytics services including Amazon Kinesis Services for streaming data ingestion
rajvardhan9029/aws-terraform
to use AWS Developer Tools to create a Serverless CI/CD pipeline that you can use to automate deployments of infrastructure with Terraform. By using Terraform and CI/CD, your security engineers can deploy security infrastructure services in a clearly defined and immutable process, such as AWS WAF.
rajvardhan9029/Building-an-Elasticsearch-Cluster-with-Amazon-Elasticsearch-Service-on-AWS
Building an Roburst Search Application with help of aws-elasticsearch , aws api gateway and aws lambda
rajvardhan9029/Building-CI-CD-pipeline-for-Serverless-Application
Todoapp is a simple Web Application designed to use AWS for CI/CD Pipeline Functionality using AWS CodePipeline, it also does UI testing using Ghost Inspector with the help of CodePipeline build stage.
rajvardhan9029/Continuous-Delivery-with-AWS-Fargate
In this Project, we explore the CD or Continuous Delivery along with AWS Fargate
rajvardhan9029/Iot-and-Big-Data-Application-using-aws-and-apache-kafka
Iot,Big Data Analytics using Apache-kafka,spark and other aws services
rajvardhan9029/Lambda-bundler
Lambda Bundler helps you to create deployment artifacts including dependencies for your AWS Lambda functions written in python.
rajvardhan9029/load-balancer-with-lambda
AWS API Gateway is a great tool to use with Lambda. However, sometimes API Gateway can be quite expensive. If you are using API Gateway just as a proxy to lambda, and you have quite a large number of requests comes in, you can use AWS Load balancer with Lambda as the target. In this repository, using Terraform, you can deploy a sample application with ALB and Lambda as the target.
rajvardhan9029/python-backend-app
We have used this python project to execute CI/CD pipeline using Jenkins on AWS environment with AWS Devops tools
rajvardhan9029/serverless-weather-notifier-terraform
Serverless application to receive weather notification via email for a specific location.
rajvardhan9029/Snowflake-Data-Cloud-ETL-Integration-with-Serverless
The project includes a local environment to inspect the data and deploy the stack using the AWS S3, Lambda in Serverless Framework, AWS SQS, and Snowflake Snowpipe.
rajvardhan9029/sqs-messages-generator
This is a sample template for AWS Serverless Application for building and deploying the application along with sqs message generator
rajvardhan9029/Terraform-3tier-architecture-AWS
This repository contains code to deploy 3 tier architecture to AWS using Terraform
rajvardhan9029/Weather-Bot
a simple weather-bot application that uses amazon-lex for chatting with the users and getting the weather details for particular city made with help of openweathermap .