helvede.net is one of the many independent Mastodon servers you can use to participate in the fediverse.
Velkommen til Helvede, fediversets hotteste instance! Vi er en queerfeministisk server, der shitposter i den 9. cirkel. Welcome to Hell, We’re a DK-based queerfeminist server. Read our server rules!

Server stats:

171
active users

#aws

19 posts12 participants1 post today

Yes, I know that Amazon/AWS are not popular here. Yes, it is annoying that we have a 5-day RTO expectation. Yes it is annoying that we are only hiring in a handful of cities (NYC, Seattle, DC).

Having said all that, if you'd like to come work with me and my colleagues securing customers who use #AWS, this job is on my team (I'm not a people manager, so I'm not the hiring manager). It's kinda cool #security stuff at global scale. It's at the intersection of building/deploying systems in the cloud, but with policy/governance and security telemetry in mind. If anyone wants me to refer them in I can.

A good candidate will have 2-5 years experience in security, demonstrated ability to write some python, JavaScript, or other modern language to get stuff done. It's not an SDE role, so there won't be a live-coding exercise, but you need to have a track record of at least sysadmin-level scripting/coding. Willing to learn isn't good enough. Experience in AWS is always good. AWS certifications (especially the security certification) are very desirable. This is not risk management/GRC. It's security.

My particular team is really good at DEI. Yes, I'm an old white man, but I'm very much in the minority on both my immediate team (10% white men) and the wider VP-level team. My immediate team is about 50/50 men/women, 2/3 people of colour, with one openly gay person at a very senior level. We're very serious about supporting people and treating people with respect. There are pockets of goodness, even in the belly of the beast.

amazon.jobs/en/jobs/2925499/se

amazon.jobsSecurity Engineer , Global Services SecurityGlobal Services Security is looking for an Security Engineer to help validate that our services, applications, and websites are designed and implemented to the highest security standards. You will build and automate security assessments into scalable tools to enable and inspect collaboration across AWS including Amazon partners. A Security Engineer at AWS is expected to be strong in multiple domains and provide significant contributions to the teams within AWS Global Services Security and multiple groups throughout Amazon. Security engineers are expected to develop elegant solutions to complex business problems and apply appropriate technologies while following security engineering best practices. You are also expected to mentor more junior engineers and be a security thought leader for the organization.A Security Engineer must foster constructive dialogue and seek resolution when confronted with discordant views. Engineers in this role are expected to participate fully in the planning of the security team's work and constantly seek opportunities for process improvement. They should also have a deep understanding of at least one specialty for which they are a sought out resource (both within AWS and Partner Security, and by groups throughout Amazon), while having an understanding of the application of Information Security in a broad range of technical areas.You will have the combination of troubleshooting, technical, and communication skills, as well as the ability to handle a mix of disparate tasks which may include project and software development work. This role will provide career growth opportunities as you gain new security skills in the course of your duties.Key job responsibilities• Security tool automation and development• Building security frameworks• Security posture reviews• Application security reviews• Secure architecture design• Threat modeling• Projects and research work as needed• Security training and outreach to internal development teams• Security guidance documentation• Security metrics delivery and improvements• Assistance with recruiting activities and administrative workA day in the lifeAs a Security Engineer, you will build or enhance existing automation to improve operational efficiency or generate new insights from existing data. You will identify, evaluate, and prioritize opportunities for automating Partner Security mechanisms across a diverse landscape of business tools, systems, and architectures. You will meet with other teams across the Global Services organization to collaborate on security mechanisms, like partner onboarding and offboarding workflows, to improve consistency and compliance throughout the organization. You will contribute to security training programs, best practices documentation, and security policies tailored for internal teams engaging with subcontracted partners. You will implement scalable processes and tooling solutions to facilitate regular audits of partner security controls and compliance standards. Additionally, you will provide technical expertise and support for ongoing security assessments of Partners and subcontractors within the SMGS business units, ensuring adherence to AWS security standards.About the teamThe Global Services Security team, a part of Amazon Web Services (AWS), leverages the expertise and ingenuity of our builders to establish scalable security solutions for both internal and external customers that drive business outcomes. Our goal of securing the world’s workloads and building a brighter future for humanity requires us to focus on reliable delivery of bar raising security outcomes and investment in security mechanisms and automation on behalf of our customers.Diverse ExperiencesAWS values diverse experiences. Even if you do not meet all of the preferred qualifications and skills listed in the job description, we encourage candidates to apply. If your career is just starting, hasn’t followed a traditional path, or includes alternative experiences, don’t let it stop you from applying. Why AWS?Amazon Web Services (AWS) is the world’s most comprehensive and broadly adopted cloud platform. We pioneered cloud computing and never stopped innovating — that’s why customers from the most successful startups to Global 500 companies trust our robust suite of products and services to power their businesses.Inclusive Team CultureHere at AWS, it’s in our nature to learn and be curious. Our employee-led affinity groups foster a culture of inclusion that empower us to be proud of our differences. Ongoing events and learning experiences, including our Conversations on Race and Ethnicity (CORE) and AmazeCon (gender diversity) conferences, inspire us to never stop embracing our uniqueness.Mentorship & Career GrowthWe’re continuously raising our performance bar as we strive to become Earth’s Best Employer. That’s why you’ll find endless knowledge-sharing, mentorship and other career-advancing resources here to help you develop into a better-rounded professional. Work/Life BalanceWe value work-life harmony. Achieving success at work should never come at the expense of sacrifices at home, which is why we strive for flexibility as part of our working culture. When we feel supported in the workplace and at home, there’s nothing we can’t achieve in the cloud.

Yes, it would be devastating to european corporate IT traditions - and necessary.

so yes, please - bring it on.

We need to get rid of #Google, #AWS, #Facebook, #MicroSoft -
now more than ever.
If the current decline of the #US forces us to, let us get to work.

""Devastating Consequences": Industry Warns of End to Data Agreement with the US

... according to the Federation of German Industries (BDI)."

[german ]

heise.de/news/Rechtssichere-Nu

heise online · "Verheerende Folgen": Industrie warnt vor Aus für Daten-Abkommen mit den USABy Martin Holland

howdy, #hachyderm!

over the last week or so, we've been preparing to move hachy's #DNS zones from #AWS route 53 to bunny DNS.

since this could be a pretty scary thing -- going from one geo-DNS provider to another -- we want to make sure *before* we move that records are resolving in a reasonable way across the globe.

to help us to do this, we've started a small, lightweight tool that we can deploy to a provider like bunny's magic containers to quickly get DNS resolution info from multiple geographic regions quickly. we then write this data to a backend S3 bucket, at which point we can use a tool like #duckdb to analyze the results and find records we need to tweak to improve performance. all *before* we make the change.

then, after we've flipped the switch and while DNS is propagating -- :blobfoxscared: -- we can watch in real-time as different servers begin flipping over to the new provider.

we named the tool hachyboop and it's available publicly --> github.com/hachyderm/hachyboop

please keep in mind that it's early in the booper's life, and there's a lot we can do, including cleaning up my hacky code. :blobfoxlaughsweat:

attached is an example of a quick run across 17 regions for a few minutes. the data is spread across multiple files but duckdb makes it quite easy for us to query everything like it's one table.