1

Web Application Firewall Waf Engineer Jobs in Oregon

Azure Firewall * NSGs * Load Balancers * Application Gateway / WAF * Deploy and support mission ... Partner with DevOps and engineering teams to support CI/CD pipelines and cloud-native application ...

Application Development Project Management Quality Assurance Business/Systems Analysis ... Proven track record of design and develop 3-tier Web applications * Knowledge and hands-on ...

Lead Security Engineer

$145K - $160K/yr

The Lead Security Engineer develops technical solutions to address security risks, integrates ... Operate and maintain security tools, including EDR, SIEM, web application firewalls, and ...

Senior Backend Engineer

OR · On-site +1

$170K - $195K/yr

Who we're looking for As a Senior Backend Engineer, you'll be joining an impactful team of highly ... Expert at modern web application development and relational databases * Writing clean, well-tested ...

Senior Asset Development Engineer

OR · Remote

$122K - $161K/yr

... Engineer . This is a full-time remote position that can be worked from anywhere in the Continental ... with web application hosting services such as Google Cloud, AWS, Azure, and self-hosted Node.js ...

OR · On-site

As a Senior Security Software Engineer, (Application Security Team) at BetterHelp, you'll join a ... Experience using web application pentesting tools (e.g. Burp Suite) * Basic understanding of ...

... day programming activities at the direction of your supervisor, including Web FOCUS report ... of application design, development, implementation and rollout, and handling post-production ...

Senior Full Stack Web Developer

Salem, OR · On-site

$55.20 - $61.33/hr

The ideal candidate is a strong full stack engineer with expertise across React/Redux front-end ... Improve application performance, reliability, and scalability * Implement automated testing and ...

New

Web Development Tutor

Eugene, OR · Remote

$18 - $40/hr

... application building to support students from HTML beginners through advanced developers building ... stack web applications. * Effective Teaching Methods: Ability to identify concepts students ...

Web Development Tutor

OR · Remote

$18 - $40/hr

... application building to support students from HTML beginners through advanced developers building ... stack web applications. * Effective Teaching Methods: Ability to identify concepts students ...

Web Development Tutor

Portland, OR · Remote

$18 - $40/hr

... application building to support students from HTML beginners through advanced developers building ... stack web applications. * Effective Teaching Methods: Ability to identify concepts students ...

Full-stack web application programming * JavaScript / TypeScript * Python (FastAPI, Pydantic, Pandas) * React (with Material UI, built via Vite) * Relational Database and SQL Programming, prefer ...

OR · On-site

We build and maintain the Cloud Console-a sophisticated web application that lets users manage ... About you: * 6+ years of software engineering experience, including 3+ years in cloud computing ...

.NET Developer

Hillsboro, OR · On-site

$52.50 - $69.50/hr

NET 3.5/4.5 Java Live Content, DITA, SOAP Architecture DESIRED: C# Ajax, HTML 5, jQuery, Web application development, Testing and deployment .NET Developer Start Date ASAP .NET Developer Assignment ...

Staff Software Engineer, Applied AI

OR · Remote

$200K - $260K/yr

Prompt-engineer and iterate on LLM prompts and models. Evaluate and recommend improvements based on ... Strong full-stack web application experience in Python. * Has shipped reliable agentic LLM ...

Showing results 21-40

Web Application Firewall Waf Engineer information

What are some common challenges faced by Web Application Firewall (WAF) engineers, and how can they be addressed?

WAF Engineers often encounter challenges such as tuning firewall rules to minimize false positives while ensuring robust security, keeping up with rapidly evolving web application threats, and balancing security needs with application performance. Successfully addressing these issues requires continuous monitoring, regular updates to security policies, and close collaboration with development and DevOps teams to understand application changes. Adopting automation tools and participating in ongoing security training can also help WAF Engineers stay effective and proactive against new vulnerabilities.

What is a Web Application Firewall (WAF) engineer?

A Web Application Firewall (WAF) Engineer is a cybersecurity professional responsible for configuring, managing, and maintaining web application firewalls to protect web applications from threats such as SQL injection, cross-site scripting (XSS), and other common web exploits. They work to ensure that web applications are secure by designing WAF policies, monitoring traffic, and responding to security incidents. WAF Engineers also collaborate with development and operations teams to identify vulnerabilities and implement effective protection strategies. Their role is critical in safeguarding sensitive data and maintaining the integrity and availability of web-based services.

What are the key skills and qualifications needed to thrive as a Web Application Firewall (WAF) engineer?

To thrive as a Web Application Firewall (WAF) Engineer, you need a solid understanding of web security concepts, HTTP/HTTPS protocols, and experience with firewall configuration, often supported by a degree in computer science or a related field. Familiarity with WAF platforms (such as AWS WAF, F5, or Imperva), scripting languages, and certifications like CEH or CISSP are typically required. Attention to detail, strong problem-solving skills, and effective communication help you proactively identify threats and work closely with development and security teams. These skills are crucial to protect web applications against evolving cyber threats and ensure organizational security.
What are popular job titles related to Web Application Firewall Waf Engineer jobs in Oregon? For Web Application Firewall Waf Engineer jobs in Oregon, the most frequently searched job titles are:
What job categories do people searching Web Application Firewall Waf Engineer jobs in Oregon look for? The top searched job categories for Web Application Firewall Waf Engineer jobs in Oregon are:
What cities in Oregon are hiring for Web Application Firewall Waf Engineer jobs? Cities in Oregon with the most Web Application Firewall Waf Engineer job openings:

Software Development Engineer, Kiro Web

Amazon

Portland, OR

Full-time

Posted 4 days ago


Amazon rating

7.4

Company rating: 7.4 out of 10

Based on 7,069 frontline employees who took The Breakroom Quiz

6th of 39 rated national retailers


Job description

The future of software development is agentic. AWS is building Kiro - a frontier AI-powered development environment that autonomously tackles development tasks, maintains context across interactions, and continuously learns from its work. Kiro is already transforming how developers build and maintain software, and we're just getting started.
We're looking for a Software Development Engineer to build the server-side systems that power Kiro Web - a local web application that manages multiple AI agent sessions through the Agent Client Protocol (ACP)

You'll own the backend that spawns, orchestrates, and communicates with kiro-cli processes, handling JSON-RPC 2.0 messaging over stdin/stdout, WebSocket fan-out to connected browsers, and the REST APIs that enable multi-agent team coordination.
The challenges are systems-level and novel: managing a pool of AI agent child processes with independent lifecycles, building a WebSocket gateway that multiplexes real-time notifications from dozens of concurrent sessions, implementing tool approval interception and relay, and designing the inter-agent communication layer that lets orchestrator agents delegate work to specialized agents via REST. You'll also build the distribution infrastructure that delivers Kiro to millions of developers - multi-platform builds, CDN-backed metadata services, and update delivery mechanisms.
Your impact spans both the local development experience and global distribution. Every developer managing AI sessions through the Kiro Web UI depends on your server layer

Every developer downloading Kiro for the first time uses your distribution systems.
This is your chance to build the engine behind the agent that builds the future.
Key job responsibilities
- Build and maintain the Kiro Web server (Fastify/Node.js/TypeScript) - session manager, ACP client adapter, WebSocket gateway, and REST API
- Implement the process-per-session architecture: spawning kiro-cli ACP child processes, managing JSON-RPC 2.0 communication over stdin/stdout, and handling lifecycle events (crash recovery, session resume, stale PID handling)
- Build the multi-agent team orchestration layer - team session lifecycle, inter-agent prompt routing with topology validation, parallel dispatch, and skill injection
- Design and implement the WebSocket fan-out system that multiplexes notifications from multiple ACP processes onto browser clients, tagged by session/team/role
- Build and operate Kiro's multi-platform distribution system - metadata services, platform detection, CDN configuration (CloudFront), custom channel authorization, and release automation
- Implement tool approval interception: hold execution when agents request permissions, emit approval requests to the frontend, and relay user decisions back to the agent
- Write comprehensive tests, build monitoring/alerting, and participate in on-call rotations
- Contribute to API design, architecture reviews, and team technical direction
About the team
Kiro Web builds the web-based experiences and platform services for Kiro. Our server layer is the bridge between browser UIs and kiro-cli's Agent Client Protocol - we spawn and manage AI agent processes, multiplex their real-time output to the browser via WebSocket, and orchestrate multi-agent teams through REST APIs. We also own the distribution platform that delivers Kiro builds worldwide via CloudFront

Tech stack: TypeScript, Node.js 22, Fastify, WebSockets, JSON-RPC 2.0, pnpm monorepo. The team is between Seattle and Portland, shipping weekly.


What Amazon employees say

Pay

Benefits

Hours and flexibility

Workplace

Get the full story on Breakroom


Amazon logo

About Amazon

Sourced by ZipRecruiter

Amazon.com, Inc., commonly known as Amazon, is an American multinational technology company. It was founded by Jeff Bezos in 1994 and initially started as an online marketplace for books. Since then, Amazon has expanded its operations and become one of the largest e-commerce companies in the world. Amazon's primary business is its online retail platform, where customers can purchase a vast array of products, including electronics, clothing, books, home goods, and much more. The company offers a convenient and user-friendly shopping experience, with features such as fast shipping, customer reviews, and personalized recommendations. In addition to its e-commerce platform, Amazon has diversified its business into various other areas. One of its notable ventures is Amazon Web Services (AWS), a comprehensive cloud computing platform that provides services such as storage, compute power, and database management to individuals and businesses. AWS has become a leader in the cloud computing industry, powering many websites and applications worldwide. Amazon has also developed its own consumer electronics, including the popular Amazon Kindle e-reader, Fire tablets, Fire TV streaming devices, and the Alexa-powered Echo smart speakers. The Alexa voice assistant, integrated into these devices, allows users to interact with their devices using voice commands, perform tasks, and access information. Furthermore, Amazon has expanded into media and entertainment. It operates Prime Video, a streaming service that offers a wide range of movies, TV shows, and original content. Amazon Music provides a platform for streaming and purchasing digital music, while Audible offers audiobooks and other audio content. The company's commitment to customer satisfaction and convenience is demonstrated by its membership program, Amazon Prime. Prime members receive various benefits, including free two-day shipping, access to streaming services, exclusive deals, and more.

Industry

It services, book publishers, retail, real estate and computer and electronic product manufacturing

Company size

10,000+ Employees

Headquarters location

Seattle, WA, US