1661420460_cep_03 (1)

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 10

AWS Solution Architect

Course-end Project​
Infrastructure Deployment for Real-time Data Management
Requirements on the AWS Cloud
Objectives

To create data in a Kinesis stream that can be copied to the


DynamoDB database
Problem Statement and Motivation

Problem Statement:

In this project, you should be able to create data in a Kinesis stream that can be
copied to the DynamoDB database.
Problem Statement and Motivation

Real-World Scenario:

TELEMAX is a company that plans to build networks in rapidly growing,


underserved markets around the world. The company offers innovative
communications hardware that enables them to create many speed-
efficient networking links with inexpensive hardware.

Presently, they need, to deploy an effective architecture for NoSQL-based


data warehousing built from real-time data being generated that can be
analyzed in the future to optimize their topologies continuously. The team
decided the AWS cloud is the perfect environment to support their
solution needs and they will approach your organization for consultation
on the same.
Industry Relevance

Skills used in the project and their usage in the industry are given below:

• AWS console: The AWS Management Console is a web application that


includes and references several service consoles for managing AWS
services.

• Kinesis DataStream: Amazon Kinesis Data Streams is a serverless


streaming data solution that enables capturing, processing, and
storing data streams at any scale.

• Lambda Function: AWS Lambda is a serverless compute service that


executes user code in response to events and manages the underlying
compute resources automatically.
Task (Activities)

1. Create an AWS Kinesis Data Streams

2. Create an AWS Lambda Function

3. Create an AWS DynamoDB Database

4. Perform Scan Operation


Project Reference

• Task 1: To Create an AWS kinesis data streams; Lesson 8, Demo 1

• Task 2: To create an AWS lambda function; Lesson 8, Demo 1

• Task 3: To create an AWS DynamoDB database; Lesson 6, Demo 1

• Task 4: To perform a scan operation; Lesson 6, Demo 1


Output Screenshot
Thank You

You might also like