Table of Contents |
---|
...
Training Resources
Ed Izzo AWS Tips
Great catching up as always, Jim. Maybe we'll finally meet in person post-vaccination this summer!
...
Solutions Developer Associate prep
Free AWS courses
https://www.linkedin.com/feed/update/urn:li:activity:7248679191473184768/
List of free AWS courses available on Udemy:
🔸 Starting your Career with Amazon AWS
https://lnkd.in/giU7B6xF
🔸 Amazon Web Services (AWS) - Zero to Hero
https://lnkd.in/gzkABsZw
🔸 AWS Certified Solutions Architect Associate Introduction
https://lnkd.in/gtuUZFrd
🔸 AWS Developer Associate training
https://lnkd.in/geuvqZbs
🔸 EU Privacy Laws & AWS: Build Compliant Data Architectures
https://lnkd.in/gEB9FZuX
🔸 Serverless computing in AWS
https://lnkd.in/ghn2tSKP
🔸 Amazon Web Services - Learning and Implementing AWS Solution
https://lnkd.in/g_9FZSMK
🔸 All About AWS Lambda and Serverless
https://lnkd.in/gpvUZjkN
🔸 AWS Tutorials - DynamoDB and Database Migration Service
https://lnkd.in/gpPjfNzu
🔸 Amazon Web Services (AWS) EC2: An Introduction
https://lnkd.in/gb4kPnnu
🔸 AWS VPC Transit Gateway - Hands On Learning!
https://lnkd.in/gzpVD5Rt
🔸 Cloud Computing With Amazon Web Services
https://lnkd.in/g4R7qdDU
🔸 A Practical Introduction to Cloud Computing
https://lnkd.in/gv4uSgE2
𝐓𝐢𝐩: Download Udemy app on your phone and set a goal to watch 15 minutes everyday. In 3 months you will look back and realize that you completed most of these courses.
Save & Share with others!
Key Concepts
AWS resources
...
- Choose Between Java Serverless Options
- Sign Up for AWS Account with Billing
- Create AWS Access Keys
- Install and Configure AWS CLI
- Create AWS Role
- Download the Project from GitHub
- Configure Okta JWT Auth
- Create the Lambda
- Create an AWS API Gateway
- Test Your API Gateway URL
- Generate a JWT Token
- Test the Protected Serverless Function
- Learn More about AWS and Java
Apache OpenWhisk
Cloud Serverless Cost Calculator - AWS, Azure, IBM, GCP
...
Object DBs: use S3 storage
EclipseStore DB EOS
Introduction to EclipseStore Coding - youtube - 20 mins
https://eclipsestore.io/#c3371
https://docs.eclipsestore.io/manual/intro/system-requirements.html
...
- Use plain Java objects (POJOs)
- No superclass, interfaces, annotations
- No other internal configurations required
- All Java types supported
- Using inheritance is trouble-free
Storing Objects
ACID Transaction-Safe
To persist objects in the storage, you just have to call a simple store method. By default, EclipseStore persists only new and changed objects (the delta). You decide explicitly, if and when objects are persisted. The objects are stored in a binary file appended to the file storage. Every store an atomic all-or- nothing blocking operation which is ACID transaction-safe and full consistent.
...
Case ID 7197414421 - can I use AWS services from Lightsail?
Lightsail provides a base set of resources available 24x7 in different configurations for compute, storage, memory, network access. From a Lightsail account, console do I have access to normal AWS services as an option?
Step-by-step guide for Example
...
create an admin user acct
If you don't already have an access key for your AWS account root user, don't create one unless you absolutely need to. Instead, use your account email address and password to sign in to the AWS Management Console and create an IAM user for yourself that has administrative permissions.
rjm0g$psyn#pz9
create 2 admins - jmason, smason
user key files downloaded
swt1-aws-new_user_credentials-v1.csv
Created user jmason
Attached policy AdministratorAccess to user jmason
Attached policy AmazonAPIGatewayAdministrator to user jmason
Created access key for user jmason
Created login profile for user jmason
welcome email to jm9g
You now have access to the AWS Management Console for the account ending in 1661. ------
Sign-in URL: https://594585551661.signin.aws.amazon.com/console
User name: jmason
Your password will be provided separately by your AWS account administrator.
welcome email smason
You now have access to the AWS Management Console for the account ending in 1661. ------
Sign-in URL: https://594585551661.signin.aws.amazon.com/console
User name: smason
Your password will be provided separately by your AWS account administrator.
Created an org - swt1
Info |
---|
...