rileydakota
rileydakota
Hi there! Thanks for using the solution and reaching out. Re: Why Secrets Manager - it is best practice to remove any credentials from source code, and store them in...
FWIW - you can reference the workaround by @sdredsoxfan here to bypass the use of a secret - but would only advise doing so IF you are the only one...
Hi there @hiragram - thanks for reaching out. So you have a couple of options: 1. Manually modify the desired number of tasks for the Fargate Service from 1 to...
I am working on adding #2 in some form (maybe a documented set of examples addable to the code?) - but would also be very open to a PR :)
@sdredsoxfan you are correct - sadly there is no way to handle it in that manner - but we can "Schedule" the server via CloudWatch Event Rules. For example -...
@hiragram happy to hear it! @sdredsoxfan I was actually thinking of adding a discord/slack bot for a little bit of chatsops type management (think `/valheim-aws stop`). Just have to rely...
Hi @DaveB93 - I think to get a static IP you would need to utilize an ELB, and then map a route53 Hosted Zone to the ELB AFAIK. I am...
@DaveB93 if you want to create a bare bones PR we can collaborate on combining the code
@UnKn0wN-Binary
@blysik we will add that in - the nice thing about the CDK L2 constructs for things that store data is they typically add a `DeletionPolicy` that will not delete...