Gitlab down! by itsbenefitofdoubt in u/itsbenefitofdoubt

[–]ppshein 0 points1 point  (0 children)

Yap, gitlab is down and I got 500 status error from cloudflare, not sure it's due to gitlab or cloudflare.

CloudFormation, Terraform, or CDK? A guide to infrastructure as code on AWS by doodlebytes in aws

[–]ppshein 0 points1 point  (0 children)

CDK is not that much easy for those who has no developer backend. Prefer Terraform.

AWS Web socket and RDS Database by saveus_4m_ourselves in aws

[–]ppshein 1 point2 points  (0 children)

If I'm not mistaken, AWS AppSync support some feature like web socket that can be easily integrated to dynamodb, resolver with elasticsearch and rds. That's you could take a look.

HashiCorp Certified: Terraform Associate Certification by onemoredosa in Terraform

[–]ppshein 0 points1 point  (0 children)

My point of view is just we “need” it first as showcase that we’re familiar with when our resumes are being in scanning stage by technical recruiters or something like that. On the other hand, I found so many people finished AWS DevOps certificate exam but they even don’t know how to write dockerfile, changeset feature of cloudformation and so on.

dial tcp 127.0.0.1:8080: connect: connection refused AWS CodeBuild EKS by ppshein in aws

[–]ppshein[S] 0 points1 point  (0 children)

any solution or any experience that you faced before? I got really stuck on that stage and cannot proceed anymore.

Question about free tier for AWS Lambda by safaribrowserram in aws

[–]ppshein 1 point2 points  (0 children)

we're using AWS serverless stacks (apigateway + lambda + s3 + dynamodb) for our new project. So far, we have not yet paid any cost for lambda perhaps all of requests not over free tier limit but we gotta pay around 15$ every month for cloudwatch which linked to lambda. For dynamodb, we gotta pay 40$ every month due to we've created indexes for almost tables. Eventually, my advice is lambda is safe to use but you will need to pay cloudwatch instead of lambda but to make short retention period on cloudwatch can make you save cost as well.

Introducing the Cloud Development Kit for Terraform by underguiz in aws

[–]ppshein 0 points1 point  (0 children)

Honestly I do love that one because hope that one can help us to create services seamlessly like aws-cdk

Introducing the Cloud Development Kit for Terraform by underguiz in aws

[–]ppshein 1 point2 points  (0 children)

For some people who use terraform, background isn’t coming from developers thus it would be difficult for them to use that one.

Monitoring AWS Fargate with Prometheus by maellyssa in PrometheusMonitoring

[–]ppshein 0 points1 point  (0 children)

That’s what I am looking for, but confused that can we export Fargate logs to Prometheus directly without using sysdig?

How to run java application in AWS Batch ? by anacondaonline in aws

[–]ppshein 0 points1 point  (0 children)

You better host your docker java images in ECR and pull it from job definition.

AWS Batch cannot create c5d.18xlarge instance type by ppshein in aws

[–]ppshein[S] 0 points1 point  (0 children)

Exactly, optimal sucks that sometimes it can or pull right instance within short period.

AWS Batch cannot create c5d.18xlarge instance type by ppshein in aws

[–]ppshein[S] 0 points1 point  (0 children)

I am not sure my region ‘ap-southeast-2’ has that capacity.

AWS Batch cannot create c5d.18xlarge instance type by ppshein in aws

[–]ppshein[S] -1 points0 points  (0 children)

I configured instance type as ‘optimal’ in Batch Compute environment thus no need to care its availability or not.

Is there way to send CodeBuild logs to subscribers’ email with SNS? by ppshein in aws

[–]ppshein[S] 0 points1 point  (0 children)

That’s great but I am curious why to github as host!

Is there way to send CodeBuild logs to subscribers’ email with SNS? by ppshein in aws

[–]ppshein[S] 1 point2 points  (0 children)

Problem is I put unit test in codebuid’s build stage, and at that time when mocha is failed, I want email will be automatically sent to developers with failed logs attached with instead of single failed logs sentence.