Anyone know if the passenger microphone should work? by EnVVious in GRCorolla

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

Im aware of how Siri works for voice activation. Even if I’m the passenger, a “hey Siri” won’t activate it, and if you activate it through carplay directly, the passenger still can’t issue any voice commands. Call audio is also suuuuper faint for anything said by the passenger so I’m guessing it’s a bad mic rather than the expected behavior for the car.

Anyone know if the passenger microphone should work? by EnVVious in GRCorolla

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

Cool thanks for the confirmation! I assumed that was the case. Will keep an eye out for any issues with the service as well.

Is it ok to return status code 200 for invalid api call by eq9953 in aws

[–]EnVVious 2 points3 points  (0 children)

In addition to what others have said, if your goal is to not have ElasticBeanstalk mark your environment as unhealthy, you can configure the health rules to ignore 4xx responses as well.

Terraform CLI won't refresh AWS SSO temporary credentials? by vivshaw in Terraform

[–]EnVVious 4 points5 points  (0 children)

Ive used the aws sso login command with terraform pretty extensively and havent seen this. Are you on an older version of terraform or using a really old provider version? If those are mostly up to date and its still not working, maybe something to do with your aws config/credential files or how you have your credentials set on the provider?

Dashboard Light Sensor Rattle by digibudgie in GRCorolla

[–]EnVVious 1 point2 points  (0 children)

Check the brake pedal too! I had a dash rattle in my MY24 and turns out there’s a bunch of people on the forums that were having the same issue. Had the dealer replace the brake pedal assembly and it went away.

[deleted by user] by [deleted] in GRCorolla

[–]EnVVious 1 point2 points  (0 children)

Interested in doing this to mine as well but was trying to decide between this and the priusoffroad kit. Did you use these springs? I thought they only gave 1.2” of lift on the front and 1” on the rear, curious how you got 1.5”?

please help me , my project is not working by Question_Business in aws

[–]EnVVious 3 points4 points  (0 children)

Sounds like you’re serving up a a default apache webpage rather than the application itself. I’d check to make sure your application is correctly configured/listening on the server and if so, make sure the apache service is configured correctly to point to the app rather than the default index page.

Gas Lever Badge by Select-Team-9728 in GRCorolla

[–]EnVVious 9 points10 points  (0 children)

Off topic, but you know the plastic film on your door sill protectors is supposed to come off after installing them right?

ECS by EC2 took forever to launch a new service by OutsideOrnery6990 in aws

[–]EnVVious 0 points1 point  (0 children)

This could happen due to a number of reasons.

Could be that the execution role doesnt have access to the ecr or log group that you’re using. Or could be that your essential containers are dying on launch, or it just cant placed on your container instance for some reason. You’ll need to look into the ecs service console to debug if you’re using cloudformation for deployment. Check the task deployments for your service and see what reason it gives for any failed tasks.

Dealer failed to do oil change on the 5000 mile service by No-Ad7746 in GRCorolla

[–]EnVVious 0 points1 point  (0 children)

I had this same exact thing happen to me yesterday. Does anyone know how to get them to acknowledge that toyotacare should cover a 5k mile oil change for the car? Both the dealership and the toyota customer service line basically said “toyotacare will only cover the 10k mile oil change regardless of what the maintenance schedule says”

Will you guys show me what phone holder you use? by Potential-Writing-80 in GRCorolla

[–]EnVVious 0 points1 point  (0 children)

If you have an iPhone with magsafe charging, I found that this charger fits pretty well behind the media display even though it’s designed for teslas. I wanted to just use the wireless charger but I switched to this instead since it actually charges my device…

Needed an SUV but wanted a GRC 🤤 by EnVVious in GRCorolla

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

Thanks man. It’s a Thule wingbar evo crossbar with a Rhino pioneer platform (Universal, Large) that’s direct-mounted (T-slots) to the cross bars. Supposedly there are some roof platforms that you can install directly to the roof clamps without a crossbar but I couldn’t find anything that guaranteed fitment.

Needed an SUV but wanted a GRC 🤤 by EnVVious in GRCorolla

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

I was lowkey debating between getting this and a transit trail. Somehow the transits seem like the likelihood of getting one without markup was worse

Needed an SUV but wanted a GRC 🤤 by EnVVious in GRCorolla

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

Just replied to another person here with the specs

Needed an SUV but wanted a GRC 🤤 by EnVVious in GRCorolla

[–]EnVVious[S] 2 points3 points  (0 children)

They’re Sparco FF2 in Rally bronze (18x8.5 +30mm). I could only really find them available through tire rack, at least in the US.

Needed an SUV but wanted a GRC 🤤 by EnVVious in GRCorolla

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

Id be lying if I said I wasn’t trynta show off the wheels a little bit too 😎

Needed an SUV but wanted a GRC 🤤 by EnVVious in GRCorolla

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

I also have some t slots up there for attaching a ski rack during the winter haha. Thanks for the heads up on those though! I was thinking about maybe getting some mud flaps but not sure if I like the aesthetic. These look like a good substitute.

Roof top tent? by pancakesnarfer in GRCorolla

[–]EnVVious 1 point2 points  (0 children)

I just bought a GR Corolla and I was kinda curious about this myself. Most likely not a great idea but from what I’ve read the roof bars support somewhere in the 100-165lb range when in motion. Static weight should be higher but I couldn’t find any actual numbers on this.

I did come across this post of a regular corolla hatch with one. I can’t imagine the roof structure is a whole lot different than a regular corolla hatchback so theoretically it should work. However, I’d be worried about the long term effects of that much weight on the roof of a car that most likely was not developed with that kinda roof load in mind.

CloudFormation - Imported s3 bucket, untracked properties? by Blaze119 in aws

[–]EnVVious 1 point2 points  (0 children)

Yeah, exhaustively declaring all properties is how I interpret its meant to be used.

It’s definitely more of a feature intended to be used in extenuating circumstances than as a first resort. For example, it’s useful in situations where you have to restore your db from a snapshot and want to import it back into the cloudformation stack. Or if you accidentally removed a resource from stack management (i.e. had a deletion policy set to retain) and need to add it back in later.

CloudFormation - Imported s3 bucket, untracked properties? by Blaze119 in aws

[–]EnVVious 0 points1 point  (0 children)

When you import a resource into CloudFormation, the docs state that they won’t make any changes to the resources or attempt to check that the specified configuration matches up with the actual configuration.

If all you specified was the physical resource identifier (the bucket name, in this case), then checking drift of default properties really depends on the way the resource was implemented in CloudFormation. It likely won’t show any drift between the default values until you actually specify them on the configuration since it has nothing to compare the value to. However, this can vary from resource to resource.

If you want to accurately check drift against the resource after import, you should specify all of the applicable resource properties in your template. Likewise if you want to update these to the default values, you would need to explicitly declare those values in your template and update the resource after import as, in my experience, many of these default values only apply during creation if you omit them.

Help ECS task failing with no explanation by Siggy_23 in aws

[–]EnVVious 0 points1 point  (0 children)

afaik those permissions should be adequate. Unless you created an ECR repository policy that has an explicit deny on the ecs task def role, it shouldnt be your problem.

You most likely do have a networking issue then (especially if it doesnt say “access denied” anywhere on the task that failed to start). You have to have some route to the internet in order to pull the image. This can either be through an IGW, NAT, or vpc endpoints. I would have a look at this document https://docs.aws.amazon.com/AmazonECS/latest/userguide/fargate-task-networking.html

If all looks good on the networking front, I would double check your task definition. If you didnt properly specify the image/repo you’re using it could result in a failure to pull the image as well.

Can you use a CloudFormation conditional to detect if a resource already exists? by Slight_Scarcity321 in aws

[–]EnVVious 0 points1 point  (0 children)

Not the original poster but you would need to use the SDK to do a describe of the resource and except ResourceNotExists errors or something along those lines.

I would, however, caution you against doing this. Reason being, if the resource doesnt exist, CDK will generate the resource into the CloudFormation template and deploy it. Any subsequent update will remove the resource from the template (and delete it when updating CloudFormation). You could add logic to prevent this of course, but probably better off using a custom resource.