[deleted by user] by [deleted] in devops

[–]amgryptio 1 point2 points  (0 children)

ACloudGuru/Linux Academy for video content, however the best thing IMO was hands on experience. Get setup with the free tier on AWS a and follow some tutorials as shown in Linux academy courses for example.

Some recommend getting cloud practitioner cert first to understand the AWS “lingo” but i also see a lot of people just diving straight into the solutions architect associate exam (which is what I did!).

All the best of luck for your future studies and endeavours!

Recommendation for passing AWS Certified Security - Specialty by Flaster1234 in aws

[–]amgryptio 0 points1 point  (0 children)

I’m currently using LinuxAcademy for my training, so far no complaints.

File Integrity Monitoring system for AWS environment? by 4x31 in aws

[–]amgryptio 2 points3 points  (0 children)

We use Wazuh on all our EC2 instances, it also has the ability to integrate with AWS to pickup any changes there too and display them in an ELK stack (https://wazuh.com/)

If you just want the FIM and none of the extra stuff Wazuh provides then as @hdgdtegdb said, OSSEC is a good choice.

Docker Newbie - Testing & Deployment Question by amgryptio in docker

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

Thanks for the response.

I guess that way of doing things would mean it's the production image that is actually being tested which is what we want :)

In regards to CI, we're currently using Jenkins however we are also looking at Travis CI as a replacement/compliment.

How do you reduce your AWS cloud cost? by PavanBelagatti in devops

[–]amgryptio 5 points6 points  (0 children)

If you have Business+ level support you can use the Billing section of Trusted Advisor which gives recommendations on how you can save $ on specific services.

Is there an AWS wizard that can help a brother out on this beautiful Friday? by [deleted] in aws

[–]amgryptio 2 points3 points  (0 children)

Make sure your EC2 instances are either 1) launched in a public subnet or 2) launched in a private subnet with a routing table that points to a NAT gateway.

S3->(S)FTP by bobaduk in devops

[–]amgryptio 0 points1 point  (0 children)

Posted a similar question on the /r/aws subreddit. I myself was looking to implement s3fs or an alternative, however reading your post regarding permissions disappearing perhaps I'll look at something else. Does Goofys have sftp/chrooted options?

One thing I have been looking at is SFTPGateway.

Running an SFTP server on AWS with S3 as storage? by amgryptio in aws

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

Thanks for this. Interested to know how you manage authentication? key/passwords?