You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
🎯
Focusing
Rupesh Tiwari
rupeshtiwari
🎯
Focusing
AWS Global Senior Solution Architect on Financial Services.
Let's walk through the full steps to generate a new personal_rsa key for your personal projects (if it doesn't already exist), set up the SSH configuration for both accounts, and smoothly switch between them.
Step 1: Check for Existing SSH Keys
First, let's check if you already have a personal SSH key, such as personal_rsa or id_rsa.
Run this command to list the SSH keys in your ~/.ssh/ directory:
To build a short demo for AWS Forecast, you’ll want to focus on the key steps involved in setting up, training, and generating predictions. Here's a simple guide to create a short demo:
1. Define the Scope of the Demo (5-10 minutes)
Objective: Show how to upload historical data, train a model, and generate predictions using AWS Forecast.
Example Use Case: Predict demand for a product based on historical sales data.
2. Prepare Your Data (1 minute)
Use a simple time-series dataset (e.g., historical sales, demand data, or temperature).
Format the dataset as CSV with columns such as timestamp, item_id, and demand.
Make sure the dataset is in a format acceptable by AWS Forecast (e.g., Amazon S3 CSV file).
Preparing for the AWS Certified Machine Learning – Specialty Exam: Key Concepts and Tools
Earning the AWS Certified Machine Learning – Specialty certification requires a solid understanding of various machine learning concepts, tools, and AWS services. Here are some of the key topics and resources that helped me prepare for the exam.
What is classifier?
In Amazon SageMaker, a classifier is a type of machine learning model that categorizes or classifies data into distinct classes or categories based on input features. Here are the key concepts related to classifiers and the metrics used to evaluate them:
OpenSearch is a distributed, community-driven, Apache 2.0-licensed, 100% open-source search and analytics suite used for a broad set of use cases like real-time application monitoring, log analytics, and website search. OpenSearch provides a highly scalable system for providing fast access and response to large volumes of data with an integrated visualization tool, OpenSearch Dashboards, that makes it easy for users to explore their data. OpenSearch is powered by the Apache Lucene search library, and it supports a number of search and analytics capabilities such as k-nearest neighbors (KNN) search, SQL, Anomaly Detection, Machine Learning Commons, Trace Analytics, full-text search, and more.
Amazon OpenSearch Service is an AWS-managed service that lets you run and scale OpenSearch clusters without having to worry about managing, monitoring, and maintaining your infrastructure, or having to build in-depth expertise in operating OpenSearch clusters
lambda parse image using amazon textract and index in amazon Q
Parse Image file using Amazon Textract and AWS Lambda
let's start from the beginning and go step-by-step to create and test your Lambda function. This will involve setting up necessary IAM roles and policies, creating an S3 bucket, uploading an image, writing the Lambda function, and testing it.
AWS Certified Data Engineer - Associate DEA-C01: Key Concepts and Best Practices
Passing the AWS Certified Data Engineer – Associate DEA-C01 exam is a significant achievement. As you transition from studying to applying your knowledge, it’s essential to understand and implement best practices across various AWS services. This blog will explore critical areas, including change data capture (CDC), performance tuning, access control, and more.
Implementing CDC-Based Upserts in a Data Lake
Efficiently managing data lakes is crucial for scalable analytics. Using Apache Iceberg with AWS Glue, you can implement a CDC-based upsert mechanism, ensuring your data lake remains up-to-date with minimal performance overhead. This approach supports efficient query performance by avoiding full data scans and focusing on incremental changes. For more information, refer to the [blog on implementing CDC-based upserts](https://aws.amazon.com/blogs/big-data/implement-a-cdc-based-upsert-in-a-data-lake-using-apache-icebe
Use Case: Protecting E-commerce Order Data from Ransomware with Amazon OpenSearch
For a real-world use case, we can choose sample e-commerce order data to set up a Security Analytics detector to protect against ransomware attacks. E-commerce platforms are frequent targets due to the valuable financial data they hold.
Use Case: Protecting E-commerce Order Data from Ransomware
Scenario:
We want to set up a Security Analytics detector in Amazon OpenSearch Service to monitor for ransomware activities like data exfiltration and system state backup deletion, commonly seen in ransomware attacks like BlackCat and LockBit.
I Passed the AWS Certified Data Analytics – Specialty (DAS-C01) Exam!
I Passed the AWS Certified Data Analytics – Specialty (DAS-C01) Exam!
I'm happy to share that I have successfully passed the AWS Certified Data Analytics – Specialty (DAS-C01) exam. It was a challenging journey, and I'd like to share some of the key resources that helped me prepare for this achievement.