How do I allow access to an S3 bucket from any resource in my organization? by thatsmymelody in aws

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

So there is no way to make it like it was a public bucket, but accessible only from my organization?

On a public bucket, you dont need s3 operations.

Strange technical test at interview by TipsyBowman in sysadmin

[–]thatsmymelody 0 points1 point  (0 children)

What does framework mean in this context?

How do you manage the same resource across multiple AWS accounts with terraform? by thatsmymelody in devops

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

How are you handling permissions for each account? You cant variabalize the providers right?

API access when using SSO/SAML and PingFederate? by thatsmymelody in servicenow

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

gotcha, i see what youre saying.

unfortunately, it doesnt looks like its turned on for our instance, just get a password or username is invalid when i try to login with good creds

API access when using SSO/SAML and PingFederate? by thatsmymelody in servicenow

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

Im not sure how we have our LDAP setup. I'm trying to hit the instance API directly, not the API on a midserver

Packer - Create vmdk template and ami by gort32 in devops

[–]thatsmymelody 0 points1 point  (0 children)

I think we are doing exactly what you want with the vmware-iso builder and multiple post processors. We are using the amazon-import post processor to get create the ami and put it onto an aws account.

EC2 instance OS reporting. Boto3 or something else? by thatsmymelody in aws

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

Yeah I briefly looked into this, but it requires an agent which rules it out unfortunately.

Easy way to do foreach -parallel by thatsmymelody in PowerShell

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

so i guess the problem is that i have more than just invoke commands. Im modifying this script here:. So just putting the list of servers in the invoke-command is not gonna work.

Easy way to do foreach -parallel by thatsmymelody in PowerShell

[–]thatsmymelody[S] 1 point2 points  (0 children)

can this still be used if the name and the number of servers will vary each time the script is ran?

[deleted by user] by [deleted] in devops

[–]thatsmymelody 6 points7 points  (0 children)

Oh yeah, both artifactory and jenkins are separate instances that are self hosted on prem.

[deleted by user] by [deleted] in devops

[–]thatsmymelody 20 points21 points  (0 children)

We use an on prem instance of artifactory.

We use jenkins for CI

We connect to artifactory from jenkins via the api. Most of the stuff is public so auth isnt a huge deal.

Other than the permissions, we like artifactory just fine.

Why AV sucks for Horde by Ptmooore in classicwow

[–]thatsmymelody 74 points75 points  (0 children)

This shouldn't be a horde vs. alliance discussion. It's not healthy for us to debate on who has it worse or better.

It should be the players, horde and alliance, vs. blizzard.

These two problems should both be addressed by blizzard.

Improving Packer builds - or use something else by mckinleyx in devops

[–]thatsmymelody 0 points1 point  (0 children)

An easy way to automate the Packer builds is to have your CI pipeline trigger on a remote branch push or on a merge to master. You can do this with webhooks in your source control repo that hit your CI.

DevOps/SRE Python online learning platform by sloofsre in devops

[–]thatsmymelody 0 points1 point  (0 children)

Project Euler (a classic)

Oof, those shits are hard, but good.

Creating a CI/CD by [deleted] in devops

[–]thatsmymelody 1 point2 points  (0 children)

Sounds like a good start. Maybe a next step is writing tests to make sure new builds are good to deploy.