wojnetcloud.com Open in urlscan Pro
2600:9000:24f2:8800:9:af67:d100:93a1  Public Scan

URL: https://wojnetcloud.com/
Submission: On January 09 via api from US — Scanned from US

Form analysis 0 forms found in the DOM

Text Content

WojNetCloud
 * Home
 * Blog
 * About Me

Visitors Counter

337


"THE CLOUD RESUME CHALLANGE COOKBOOK (AWS EDITION)"

SUMMARY ABOUT THE CHALLANGE EXPERIENCE, JAN 08, 2024


STEP1. CHECKING REQUIREMENTS


STEP2. CREATION OF PROPER AWS ORGANIZATION ACCOUNTS

Usefull tools org-formation CLI/npm - how to manage multiple organization
account from one place

SSO Configuration


STEP3. FRONT-END DESIGN


STEP4. AUTOMATED CLOUDFRONT, S3, ROUTE53 CREATION WITH IAC IN CLOUDFORMATION

Buying domain

Setting up S3

Configuration of IAM role


STEP5. BACK-END CONFIGURATION

DynamoDB Configuraiton

Lambda Python function to interact with DynamoDB through boto3 AWS SDK

Writing JS function to gather visitors counter from DynamoDB

Building the API with API Gateway

Difficulties: CORS Header


STEP6. FRONT-END/BACK-END INTEGRATION