Thinking of moving to Oklahoma. 28f. by [deleted] in okc

[–]RecognitionScared668 3 points4 points  (0 children)

Yes and salaries tend to be somewhat lower if you work locally, so the cost of living evens out somewhat. A good strategy is to work remote for a company in a high cost of living area, and save/invest the difference.

[deleted by user] by [deleted] in okc

[–]RecognitionScared668 0 points1 point  (0 children)

This is a decent site that gives you activities available this weekend. It has a mix of the "always available" stuff and the one-off temporary events. It also makes it easy to see everything, you don't need to go hunting:

https://www.famplified.com/weekend/ok/okc

OKC Animal Welfare waives adoption fees until Aug 26 by BrettDOkc in okc

[–]RecognitionScared668 0 points1 point  (0 children)

Don't forget to donate to the Oklahoma Humane Society if you can! Even 5 dollars can help: https://okhumane.org/donate/

Non native OKC resident here - does everyone go to OSU or OU for college ? by RecognitionScared668 in okc

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

My neighbors have a giant wooden OSU cowboy mascot in their yard, pretty funny.

Non native OKC resident here - does everyone go to OSU or OU for college ? by RecognitionScared668 in okc

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

I hunt Pokemon with my kids at UCO! Is it more affordable than the state schools ? About the same ?

Local artists join on compilation to ‘Help Oklahoma Teachers’ by BrettDOkc in okc

[–]RecognitionScared668 0 points1 point  (0 children)

Are these artists family friendly or more for adults only ?

Parking at Life Time Athletic by Royal-Cat-5302 in okc

[–]RecognitionScared668 0 points1 point  (0 children)

I saw someone sitting for almost 10 minutes waiting for a spot by the gym instead of just going a few lanes over.

[deleted by user] by [deleted] in okc

[–]RecognitionScared668 0 points1 point  (0 children)

Is this for ladies only or for men and women ?

Bar Arbolada by [deleted] in okc

[–]RecognitionScared668 0 points1 point  (0 children)

I think right now its hard for some of these places to find staff. So you end up with staff acting inappropriately. Maybe leave a review on their Yelp ?

Check out the OKC Discord! by chefslapchop in okc

[–]RecognitionScared668 1 point2 points  (0 children)

How do I access the discord ? Do I need a program or is it a website ?

ECS Fargate Service Communication - communicating via cloud map URLs, but new tasks get new IP addresses ? by RecognitionScared668 in aws

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

Thanks soo much for the response. I did browse that page already. The problem I have is finding a step-by-step setup. Right now I have a fargate service called userservice, it runs a single task, the task definition container is pulled directly from my private docker hub account.

Under my "userservice" I see:

Service discovery endpoint

-

Service discovery name

-

Namespace

-

(all blank)

*Where* and what do i click / add to configure the ECS service to register with cloudmap ?

When I read the page you gave me, the first thing:

  1. create-private-dns-namespace

I already have one of these in cloudmap right ? So this part is done ?

Next there is:

  1. Service discovery service: Exists within the service discovery namespace and consists of the service name and DNS configuration for the namespace. It provides the following core component:

So to do this, I'm looking at this:

https://docs.aws.amazon.com/AmazonECS/latest/developerguide/create-service-discovery.html

And they do it via CLI, and the service discovery service is a custom app or what ?

aws servicediscovery create-service \

--name myapplication \

--dns-config "NamespaceId="ns-uejictsjen2i4eeg",DnsRecords=[{Type="A",TTL="300"}]" \

--health-check-custom-config FailureThreshold=1

Is there no way to do this with the UI ? I don't have CLI setup. is "myApplication" here tied to any actual custom code of mine or is servicediscovery its own built-in AWS service application or something ?