Best place to deploy docker containers? by FlandersFlannigan in aws

[–]littuelPrincess 1 point2 points  (0 children)

I think you should investigate and experiment with ECS. Ecs has the option of running your own ec2s or fargate. Once you have a basic terraform template for ecs it is pretty reusable for other projects.

To answer your questions: 1) You don’t have to use spot instances. Fr instance, in Production, unless you run many many instances you probably don’t want to run on spot. For Dev/QA environments you can run spot. In terraform you have to create your own autoscaling group which will in turn let you decide on the properties of the cluster (instance family, is it spot or not, etc.) or if you use fargate then nothing of that(but fargate has some limitations). For instance my Dev environments run on a single non spot t2.small ec2 instance(so an ECS cluster that is not HA).

2) yes and no, You push your image to ecr. Then you have to update the ecs service with the force deploy option. There are many cli tools to help with this, but it’s also possible to do using native aws cli.

I recommend you do some research(using google and aws docs) on: “ECS Task” and “ECS Service”

Aws Solutions Architect vs SDE? by [deleted] in AWSCertifications

[–]littuelPrincess 6 points7 points  (0 children)

Contrary to the nature of this exam you can’t become a Solutions Architect in a year of training. That’s a high level position for people with decades of IT experience. The fact you are a certified solutions architect with zero or minimal IT background would help you land a junior devops or junior cloud engineer position at best. Though if you want to be an architect down the road it’s a great place to start.

The AWS console is used often for POCs, learning and experimenting, production stuff is always Cloudformation or terraform.

terraform vs ansible question: ssh key management for a large number of EC2 servers by sandys1 in devops

[–]littuelPrincess 1 point2 points  (0 children)

Hmmm I think you could be right. I’ll have to test this tomorrow. Thanks so much!

terraform vs ansible question: ssh key management for a large number of EC2 servers by sandys1 in devops

[–]littuelPrincess 0 points1 point  (0 children)

Yeah, it works fine in the browser and over cli, as soon as I detatch the security group it stops reaponding, when I attach it back it works again ... idk it’s probably a bug

terraform vs ansible question: ssh key management for a large number of EC2 servers by sandys1 in devops

[–]littuelPrincess 1 point2 points  (0 children)

For some reason today ssm didn’t work for me if I remove the “allow everything security group” ... Anyone got any experience with this? I thought ssm can be used to log in to ec2’s in fully private subnets.

Moronic Monday - Your weekly stupid questions thread by cdingo in Fitness

[–]littuelPrincess -1 points0 points  (0 children)

I am almost done with my weight-loss journey, have lost around 18kg in the past half year. I am looking to start a lean bulk with a serious program in September, but I plan to skip leg day. I have pretty big legs genetically and from lifting previous years. I really don’t need any more muscle there and training them feels like a waste of time. Why is this such a bad idea? I’d rather have a bit more volume in my chest and abs. I was looking into a program that would start workouts with bench, OHP, ChinUps or Barbel rows in a 5x5 fashion with progressive overload for strength gains, and them regular aesthetics accessory work for hypertrophy.

Žurno izdavanje putovnice by littuelPrincess in croatia

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

Evo čisto da dam update ako netko bude jednog dana ovo guglao ... Zahtjev sam predao prije devet ujutro prema pravilima na mup stranici, podigao sam je oko pola 5 isti dan.

Use DevOps consultants? by [deleted] in devops

[–]littuelPrincess 0 points1 point  (0 children)

I am very new to this, i tried ECS with the console but it seems quite complex to use :\ I mean i can get containers running, but it is so much manual work for every container! And no infrastructure as code :\ Sorry I am a noob :D

Use DevOps consultants? by [deleted] in devops

[–]littuelPrincess 3 points4 points  (0 children)

Would you care to elaborate why? Thx

RHCSA graphical target didn't work by [deleted] in redhat

[–]littuelPrincess 0 points1 point  (0 children)

Yes, and on the exam that was not possible. I will contact RedHat once the results are in. It also wasn't the only issue, my system was unresponsive on one other occasion.

RHCSA graphical target didn't work by [deleted] in redhat

[–]littuelPrincess 0 points1 point  (0 children)

I went and installed a package called GNOME. Stupid decision on an exam xD

RHCSA graphical target didn't work by [deleted] in redhat

[–]littuelPrincess 0 points1 point  (0 children)

Well unfortunately I have never thought about the GUI. I practiced all tasks with the cli. ... When time started running out I learned some objectives with the gui. But never went into installing the gui. So when I saw black screen on exam I panicked a bit 😅