Top Leads
AWS CDK Lambda on localhost[IT, other]
Posted 1 year ago
Hi there,
We are planning to take some event handlers running in a nodejs service to lambda functions and we wanna use CDK for IaC. What I'm trying to figure out is that, in localhost, we use docker compose to spin up this process so we can try it locally. It looks as follows:
process running in docker compose publishes ...
Hi all,
I have an Elastic Beanstalk enviroment with AL2 system (latest available) and until today, I used amazon-linux-extras to install PG 14 with this command:
sudo amazon-linux-extras install postgresql14
Now I want to update to postgresql15 but seems that amazon-linux-extras is not providing it for AL2 (seems providing it for AL2023, for AL2 only PG 11, 12, 13, 14) . Or, I can't find the ...
What should be the scope of Terraform in our infrastructure?[IT, other]
Posted 1 year ago
I have been learning Terraform lately at the same time that I am watching a course for the AWS Cloud Practioner Certification. I make all the examples in the course in Terraform instead of the AWS Console in order to practice it and it's pretty clear for me the scope of Terraform here because I am handling the cloud infrastructure ...
AWS Certified Cloud Practitioner Certification - My Notes[IT, other]
Posted 1 year ago
I was finally able to organize the notes I took while preparing for the AWS Certificate (79 pages) ⚡️ I created the notes by scanning 4-5 different sources and taking notes of the topics I encountered in 2000+ questions. I hope it helps someone
Experienced designer looking for some good certifications.[IT, other]
Posted 1 year ago
I’m an experienced designer looking for some good (paid) certifications which could add some value. Similar to how AWS certifications that Amazon gives for developers.
Any suggestions?
Urls:
View full post: https://www.reddit.com/r/Design/comments/16vwtcp/experienced_designer_looking_for_some_good/
AWS disrupted in us-west-2?[IT, other]
Posted 1 year ago
Hi all. Is anyone seeing service disruption in Oregon region? We are seeing ECS, EKS networking issues.
Urls:
View full post: https://www.reddit.com/r/aws/comments/16vm3fx/aws_disrupted_in_uswest2/
Avoid AWS IQ[IT, other]
Posted 1 year ago
I'm sure there are some good experts on AWS IQ, but there is zero accountability. I just got screwed over, and when I contacted AWS they say it's up to the expert. So, I never received anything, paid, and I have an expert by the name of Apt Native (Joseph Edward) who owes me money and a Biz Ops manager ...
How to resolve to ALB URL from a closed network[IT, other]
Posted 1 year ago
I have an on-prem environment with no internet connection that is connected to an AWS VPC via a site-to-site VPN connection.
This on-prem environment doesn't have a DNS server. The machines in this network can connect to the EC2 instances directly by IP addresses. However, I want them to connect to the EC2's using the ALB URL.
Is it ...
EC2 | S3 Glacier Archive[IT, other]
Posted 1 year ago
Hi,
I wanted to setup an EC2 instance and mount a S3 Glacier Deep Archive to it. I wanted to know if this was possible?
The reason is I need to move around 75 TB of data from Dropbox to AWS Glacier. My idea was to setup the Dropbox Desktop client on the EC2 and have it just sync to the ...
Your Cloud security practices pls[IT, other]
Posted 1 year ago
Hi gang. We’re testing out a new cloud security product and discovered a bazillion config issues with our AWS setup.
In your experience, what’s the single biggest reason for insecure cloud configs? Is it manual provisioning? Or automation code (like terraform) not being scanned?
And what practices do you follow to fix issues found by cloud security tooling? ...